#B57BD6

Color #B57BD6 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B57BD6

Tints of East Side #B57BD6

Color information

#B57BD6 (or 0xB57BD6) is unknown color: approx East Side. HEX triplet: B5, 7B and D6. RGB value is (181,123,214). Sum of RGB (Red+Green+Blue) = 181+123+214=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #B57BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BD6 is #4A8429. Grayscale: #969696. Windows color (decimal): -4883498 or 14056373. OLE color: 14056373.

HSL color Cylindrical-coordinate representation of color #B57BD6: hue angle of 278.24º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B57BD6 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181123214-
CMYK0.150.4300.16
HSL278.24º52.6%66.08%-
HSV(B)278.24º42.52%83.92%-
XYZ38.2828.8467.17-
YUV150.72163.72149.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 123 (48.44% from 255) = 23.75%
BLUE value IS 214 (83.98% from 255) = 41.31%
R=34.94%
G=23.75%
B=41.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811232140.150.4300.16278.2452.666.08
HexB57BD6F2B0101163542
Octal265173326175302042665102
Binary1011010111110111101011011111010110100001000101101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57BD6; }

 p { color: rgb(181,123,214); }

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

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

 a { background-color: rgb(181,123,214); }

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

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

 span { border-color: rgb(181,123,214); }

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