#B977CA

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

Shades of East Side #B977CA

Tints of East Side #B977CA

Color information

#B977CA (or 0xB977CA) is unknown color: approx East Side. HEX triplet: B9, 77 and CA. RGB value is (185,119,202). Sum of RGB (Red+Green+Blue) = 185+119+202=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #B977CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977CA is #468835. Grayscale: #939393. Windows color (decimal): -4622390 or 13268921. OLE color: 13268921.

HSL color Cylindrical-coordinate representation of color #B977CA: hue angle of 287.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B977CA is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185119202-
CMYK0.080.4100.21
HSL287.71º43.92%62.94%-
HSV(B)287.71º41.09%79.22%-
XYZ37.2727.7759.27-
YUV148.2158.37154.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=36.56%
G=23.52%
B=39.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851192020.080.4100.21287.7143.9262.94
HexB977CA8290151202c3f
Octal27116731210510254405477
Binary101110011110111110010101000101001010101100100000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B977CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B977CA; }

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

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

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

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

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

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

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

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