#B577CC

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

Shades of East Side #B577CC

Tints of East Side #B577CC

Color information

#B577CC (or 0xB577CC) is unknown color: approx East Side. HEX triplet: B5, 77 and CC. RGB value is (181,119,204). Sum of RGB (Red+Green+Blue) = 181+119+204=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #B577CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577CC is #4A8833. Grayscale: #929292. Windows color (decimal): -4884532 or 13399989. OLE color: 13399989.

HSL color Cylindrical-coordinate representation of color #B577CC: hue angle of 283.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B577CC is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB181119204-
CMYK0.110.4200.2
HSL283.76º45.45%63.33%-
HSV(B)283.76º41.67%80%-
XYZ36.5527.3860.48-
YUV147.23160.04152.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 119 (46.88% from 255) = 23.61%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=35.91%
G=23.61%
B=40.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811192040.110.4200.2283.7645.4563.33
HexB577CCB2A01411c2d3f
Octal26516731413520244345577
Binary101101011110111110011001011101010010100100011100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B577CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B577CC; }

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

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

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

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

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

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

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

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