#B080C8

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

Shades of East Side #B080C8

Tints of East Side #B080C8

Color information

#B080C8 (or 0xB080C8) is unknown color: approx East Side. HEX triplet: B0, 80 and C8. RGB value is (176,128,200). Sum of RGB (Red+Green+Blue) = 176+128+200=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #B080C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080C8 is #4F7F37. Grayscale: #969696. Windows color (decimal): -5209912 or 13140144. OLE color: 13140144.

HSL color Cylindrical-coordinate representation of color #B080C8: hue angle of 280º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B080C8 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB176128200-
CMYK0.120.3600.22
HSL280º39.56%64.31%-
HSV(B)280º36%78.43%-
XYZ36.0528.8458.31-
YUV150.56155.9146.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 200 (78.52% from 255) = 39.68%
R=34.92%
G=25.40%
B=39.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761282000.120.3600.2228039.5664.31
HexB080C8C240161182840
Octal260200310144402643050100
Binary10110000100000001100100011001001000101101000110001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080C8; }

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

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

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

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

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

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

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

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