#B977CC

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

Shades of East Side #B977CC

Tints of East Side #B977CC

Color information

#B977CC (or 0xB977CC) is unknown color: approx East Side. HEX triplet: B9, 77 and CC. RGB value is (185,119,204). Sum of RGB (Red+Green+Blue) = 185+119+204=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #B977CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977CC is #468833. Grayscale: #949494. Windows color (decimal): -4622388 or 13399993. OLE color: 13399993.

HSL color Cylindrical-coordinate representation of color #B977CC: hue angle of 286.59º 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 #B977CC is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185119204-
CMYK0.090.4200.2
HSL286.59º45.45%63.33%-
HSV(B)286.59º41.67%80%-
XYZ37.527.8760.53-
YUV148.42159.37154.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 119 (46.88% from 255) = 23.43%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=36.42%
G=23.43%
B=40.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851192040.090.4200.2286.5945.4563.33
HexB977CC92A01411f2d3f
Octal27116731411520244375577
Binary101110011110111110011001001101010010100100011111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B977CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B977CC; }

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

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

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

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

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

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

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

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