#B577BC

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

Shades of East Side #B577BC

Tints of East Side #B577BC

Color information

#B577BC (or 0xB577BC) is unknown color: approx East Side. HEX triplet: B5, 77 and BC. RGB value is (181,119,188). Sum of RGB (Red+Green+Blue) = 181+119+188=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #B577BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577BC is #4A8843. Grayscale: #919191. Windows color (decimal): -4884548 or 12351413. OLE color: 12351413.

HSL color Cylindrical-coordinate representation of color #B577BC: hue angle of 293.91º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B577BC is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181119188-
CMYK0.040.3700.26
HSL293.91º33.99%60.2%-
HSV(B)293.91º36.7%73.73%-
XYZ34.7326.6550.89-
YUV145.4152.04153.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 119 (46.88% from 255) = 24.39%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=37.09%
G=24.39%
B=38.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811191880.040.3700.26293.9133.9960.2
HexB577BC42501A126223c
Octal2651672744450324464274
Binary10110101111011110111100100100101011010100100110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B577BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B577BC; }

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

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

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

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

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

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

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

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