#B080CA

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

Shades of East Side #B080CA

Tints of East Side #B080CA

Color information

#B080CA (or 0xB080CA) is unknown color: approx East Side. HEX triplet: B0, 80 and CA. RGB value is (176,128,202). Sum of RGB (Red+Green+Blue) = 176+128+202=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #B080CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080CA is #4F7F35. Grayscale: #969696. Windows color (decimal): -5209910 or 13271216. OLE color: 13271216.

HSL color Cylindrical-coordinate representation of color #B080CA: hue angle of 278.92º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B080CA is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176128202-
CMYK0.130.3700.21
HSL278.92º41.11%64.71%-
HSV(B)278.92º36.63%79.22%-
XYZ36.2828.9359.55-
YUV150.79156.9145.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.78%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=34.78%
G=25.30%
B=39.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761282020.130.3700.21278.9241.1164.71
HexB080CAD250151172941
Octal260200312154502542751101
Binary10110000100000001100101011011001010101011000101111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080CA; }

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

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

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

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

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

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

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

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