#B078C9

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

Shades of East Side #B078C9

Tints of East Side #B078C9

Color information

#B078C9 (or 0xB078C9) is unknown color: approx East Side. HEX triplet: B0, 78 and C9. RGB value is (176,120,201). Sum of RGB (Red+Green+Blue) = 176+120+201=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #B078C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078C9 is #4F8736. Grayscale: #919191. Windows color (decimal): -5211959 or 13203632. OLE color: 13203632.

HSL color Cylindrical-coordinate representation of color #B078C9: hue angle of 281.48º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B078C9 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176120201-
CMYK0.120.4000.21
HSL281.48º42.86%62.94%-
HSV(B)281.48º40.3%78.82%-
XYZ35.1626.8858.59-
YUV145.98159.05149.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 120 (47.27% from 255) = 24.14%
BLUE value IS 201 (78.91% from 255) = 40.44%
R=35.41%
G=24.14%
B=40.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761202010.120.4000.21281.4842.8662.94
HexB078C9C280151192b3f
Octal26017031114500254315377
Binary101100001111000110010011100101000010101100011001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B078C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B078C9; }

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

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

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

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

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

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

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

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