#B57CCC

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

Shades of East Side #B57CCC

Tints of East Side #B57CCC

Color information

#B57CCC (or 0xB57CCC) is unknown color: approx East Side. HEX triplet: B5, 7C and CC. RGB value is (181,124,204). Sum of RGB (Red+Green+Blue) = 181+124+204=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #B57CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57CCC is #4A8333. Grayscale: #959595. Windows color (decimal): -4883252 or 13401269. OLE color: 13401269.

HSL color Cylindrical-coordinate representation of color #B57CCC: hue angle of 282.75º degrees, saturation: 0.44, 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 #B57CCC is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB181124204-
CMYK0.110.3900.2
HSL282.75º43.96%64.31%-
HSV(B)282.75º39.22%80%-
XYZ37.1628.660.69-
YUV150.16158.38150-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 124 (48.83% from 255) = 24.36%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=35.56%
G=24.36%
B=40.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811242040.110.3900.2282.7543.9664.31
HexB57CCCB2701411b2c40
Octal265174314134702443354100
Binary1011010111111001100110010111001110101001000110111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57CCC; }

 p { color: rgb(181,124,204); }

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

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

 a { background-color: rgb(181,124,204); }

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

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

 span { border-color: rgb(181,124,204); }

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