#B076C9

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

Shades of East Side #B076C9

Tints of East Side #B076C9

Color information

#B076C9 (or 0xB076C9) is unknown color: approx East Side. HEX triplet: B0, 76 and C9. RGB value is (176,118,201). Sum of RGB (Red+Green+Blue) = 176+118+201=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #B076C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076C9 is #4F8936. Grayscale: #909090. Windows color (decimal): -5212471 or 13203120. OLE color: 13203120.

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

Color convert

RGB176118201-
CMYK0.120.4100.21
HSL281.93º43.46%62.55%-
HSV(B)281.93º41.29%78.82%-
XYZ34.9326.458.51-
YUV144.8159.72150.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 118 (46.48% from 255) = 23.84%
BLUE value IS 201 (78.91% from 255) = 40.61%
R=35.56%
G=23.84%
B=40.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761182010.120.4100.21281.9343.4662.55
HexB076C9C2901511a2b3f
Octal26016631114510254325377
Binary101100001110110110010011100101001010101100011010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076C9; }

 p { color: rgb(176,118,201); }

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

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

 a { background-color: rgb(176,118,201); }

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

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

 span { border-color: rgb(176,118,201); }

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