#B078CA

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

Shades of East Side #B078CA

Tints of East Side #B078CA

Color information

#B078CA (or 0xB078CA) is unknown color: approx East Side. HEX triplet: B0, 78 and CA. RGB value is (176,120,202). Sum of RGB (Red+Green+Blue) = 176+120+202=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #B078CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078CA is #4F8735. Grayscale: #919191. Windows color (decimal): -5211958 or 13269168. OLE color: 13269168.

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

Color convert

RGB176120202-
CMYK0.130.4100.21
HSL280.98º43.62%63.14%-
HSV(B)280.98º40.59%79.22%-
XYZ35.2826.9359.22-
YUV146.09159.55149.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 120 (47.27% from 255) = 24.10%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=35.34%
G=24.10%
B=40.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761202020.130.4100.21280.9843.6263.14
HexB078CAD290151192c3f
Octal26017031215510254315477
Binary101100001111000110010101101101001010101100011001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B078CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B078CA; }

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

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

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

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

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

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

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

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