#B57BCB

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

Shades of East Side #B57BCB

Tints of East Side #B57BCB

Color information

#B57BCB (or 0xB57BCB) is unknown color: approx East Side. HEX triplet: B5, 7B and CB. RGB value is (181,123,203). Sum of RGB (Red+Green+Blue) = 181+123+203=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #B57BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BCB is #4A8434. Grayscale: #959595. Windows color (decimal): -4883509 or 13335477. OLE color: 13335477.

HSL color Cylindrical-coordinate representation of color #B57BCB: hue angle of 283.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B57BCB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181123203-
CMYK0.110.3900.20
HSL283.5º43.48%63.92%-
HSV(B)283.5º39.41%79.61%-
XYZ36.9228.360.02-
YUV149.46158.22150.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.70%
GREEN value IS 123 (48.44% from 255) = 24.26%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=35.70%
G=24.26%
B=40.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811232030.110.3900.20283.543.4863.92
HexB57BCBB2701411c2b40
Octal265173313134702443453100
Binary1011010111110111100101110111001110101001000111001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57BCB; }

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

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

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

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

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

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

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

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