#B076C1

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

Shades of East Side #B076C1

Tints of East Side #B076C1

Color information

#B076C1 (or 0xB076C1) is unknown color: approx East Side. HEX triplet: B0, 76 and C1. RGB value is (176,118,193). Sum of RGB (Red+Green+Blue) = 176+118+193=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #B076C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076C1 is #4F893E. Grayscale: #8F8F8F. Windows color (decimal): -5212479 or 12678832. OLE color: 12678832.

HSL color Cylindrical-coordinate representation of color #B076C1: hue angle of 286.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B076C1 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB176118193-
CMYK0.090.3900.24
HSL286.4º37.69%60.98%-
HSV(B)286.4º38.86%75.69%-
XYZ34.0126.0453.69-
YUV143.89155.72150.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 193 (75.78% from 255) = 39.63%
R=36.14%
G=24.23%
B=39.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761181930.090.3900.24286.437.6960.98
HexB076C192701811e263d
Octal26016630111470304364675
Binary101100001110110110000011001100111011000100011110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076C1; }

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

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

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

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

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

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

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

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