#B57EFD

Color #B57EFD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #B57EFD

Tints of Medium Purple #B57EFD

Color information

#B57EFD (or 0xB57EFD) is unknown color: approx Medium Purple. HEX triplet: B5, 7E and FD. RGB value is (181,126,253). Sum of RGB (Red+Green+Blue) = 181+126+253=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #B57EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57EFD is #4A8102. Grayscale: #9C9C9C. Windows color (decimal): -4882691 or 16613045. OLE color: 16613045.

HSL color Cylindrical-coordinate representation of color #B57EFD: hue angle of 265.98º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B57EFD is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181126253-
CMYK0.280.5000.01
HSL265.98º96.95%74.31%-
HSV(B)265.98º50.2%99.22%-
XYZ44.2531.8496.74-
YUV156.92182.22145.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 126 (49.61% from 255) = 22.5%
BLUE value IS 253 (99.22% from 255) = 45.18%
R=32.32%
G=22.5%
B=45.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811262530.280.5000.01265.9896.9574.31
HexB57EFD1C320110a614a
Octal265176375346201412141112
Binary10110101111111011111101111001100100110000101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57EFD; }

 p { color: rgb(181,126,253); }

 H1.HeaderClassName
 {
   color: #B57EFD;
 }
 .AnyTagClassName
 {
   color: #B57EFD;
 }
</style>
background-color css

<style>
 a { background-color: #B57EFD; }

 a { background-color: rgb(181,126,253); }

 div.DivClassName
 {
   background-color: #B57EFD;
 }
 .BgClassName
 {
   background-color: #B57EFD;
 }
</style>
border-color css

<style>
 span { border-color: #B57EFD; }

 span { border-color: rgb(181,126,253); }

 td.TdClassName
 {
   border-color: #B57EFD;
 }
 .TagClassName
 {
   border-color: #B57EFD;
 }
</style>