#B076CD

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

Shades of East Side #B076CD

Tints of East Side #B076CD

Color information

#B076CD (or 0xB076CD) is unknown color: approx East Side. HEX triplet: B0, 76 and CD. RGB value is (176,118,205). Sum of RGB (Red+Green+Blue) = 176+118+205=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #B076CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076CD is #4F8932. Grayscale: #909090. Windows color (decimal): -5212467 or 13465264. OLE color: 13465264.

HSL color Cylindrical-coordinate representation of color #B076CD: hue angle of 280º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B076CD is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176118205-
CMYK0.140.4200.20
HSL280º46.52%63.33%-
HSV(B)280º42.44%80.39%-
XYZ35.426.5961.02-
YUV145.26161.72149.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 118 (46.48% from 255) = 23.65%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=35.27%
G=23.65%
B=41.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761182050.140.4200.2028046.5263.33
HexB076CDE2A0141182f3f
Octal26016631516520244305777
Binary101100001110110110011011110101010010100100011000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076CD; }

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

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

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

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

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

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

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

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