#B080B9

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

Shades of East Side #B080B9

Tints of East Side #B080B9

Color information

#B080B9 (or 0xB080B9) is unknown color: approx East Side. HEX triplet: B0, 80 and B9. RGB value is (176,128,185). Sum of RGB (Red+Green+Blue) = 176+128+185=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 185 - color contains mainly: blue. Hex color #B080B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080B9 is #4F7F46. Grayscale: #949494. Windows color (decimal): -5209927 or 12157104. OLE color: 12157104.

HSL color Cylindrical-coordinate representation of color #B080B9: hue angle of 290.53º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B080B9 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176128185-
CMYK0.050.3100.27
HSL290.53º28.93%61.37%-
HSV(B)290.53º30.81%72.55%-
XYZ34.3828.1749.52-
YUV148.85148.4147.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 185 (72.66% from 255) = 37.83%
R=35.99%
G=26.18%
B=37.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761281850.050.3100.27290.5328.9361.37
HexB080B951F01B1231d3d
Octal2602002715370334433575
Binary1011000010000000101110011011111101101110010001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080B9; }

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

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

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

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

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

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

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

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