#B076BF

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

Shades of East Side #B076BF

Tints of East Side #B076BF

Color information

#B076BF (or 0xB076BF) is unknown color: approx East Side. HEX triplet: B0, 76 and BF. RGB value is (176,118,191). Sum of RGB (Red+Green+Blue) = 176+118+191=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #B076BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076BF is #4F8940. Grayscale: #8F8F8F. Windows color (decimal): -5212481 or 12547760. OLE color: 12547760.

HSL color Cylindrical-coordinate representation of color #B076BF: hue angle of 287.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B076BF is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176118191-
CMYK0.080.3800.25
HSL287.67º36.32%60.59%-
HSV(B)287.67º38.22%74.9%-
XYZ33.7925.9552.52-
YUV143.66154.72151.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 191 (75% from 255) = 39.38%
R=36.29%
G=24.33%
B=39.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761181910.080.3800.25287.6736.3260.59
HexB076BF826019120243d
Octal26016627710460314404475
Binary101100001110110101111111000100110011001100100000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076BF; }

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

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

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

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

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

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

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

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