#B080CE

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

Shades of East Side #B080CE

Tints of East Side #B080CE

Color information

#B080CE (or 0xB080CE) is unknown color: approx East Side. HEX triplet: B0, 80 and CE. RGB value is (176,128,206). Sum of RGB (Red+Green+Blue) = 176+128+206=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #B080CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080CE is #4F7F31. Grayscale: #969696. Windows color (decimal): -5209906 or 13533360. OLE color: 13533360.

HSL color Cylindrical-coordinate representation of color #B080CE: hue angle of 276.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B080CE is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176128206-
CMYK0.150.3800.19
HSL276.92º44.32%65.49%-
HSV(B)276.92º37.86%80.78%-
XYZ36.7629.1262.08-
YUV151.24158.9145.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.51%
GREEN value IS 128 (50.39% from 255) = 25.10%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=34.51%
G=25.10%
B=40.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761282060.150.3800.19276.9244.3265.49
HexB080CEF260131152c41
Octal260200316174602342554101
Binary10110000100000001100111011111001100100111000101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080CE; }

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

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

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

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

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

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

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

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