#B077CA

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

Shades of East Side #B077CA

Tints of East Side #B077CA

Color information

#B077CA (or 0xB077CA) is unknown color: approx East Side. HEX triplet: B0, 77 and CA. RGB value is (176,119,202). Sum of RGB (Red+Green+Blue) = 176+119+202=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #B077CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077CA is #4F8835. Grayscale: #919191. Windows color (decimal): -5212214 or 13268912. OLE color: 13268912.

HSL color Cylindrical-coordinate representation of color #B077CA: hue angle of 281.2º 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 #B077CA is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176119202-
CMYK0.130.4100.21
HSL281.2º43.92%62.94%-
HSV(B)281.2º41.09%79.22%-
XYZ35.1626.6959.18-
YUV145.5159.88149.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 119 (46.88% from 255) = 23.94%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=35.41%
G=23.94%
B=40.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761192020.130.4100.21281.243.9262.94
HexB077CAD290151192c3f
Octal26016731215510254315477
Binary101100001110111110010101101101001010101100011001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077CA; }

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

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

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

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

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

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

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

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