#B081BB

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

Shades of East Side #B081BB

Tints of East Side #B081BB

Color information

#B081BB (or 0xB081BB) is unknown color: approx East Side. HEX triplet: B0, 81 and BB. RGB value is (176,129,187). Sum of RGB (Red+Green+Blue) = 176+129+187=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #B081BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B081BB is #4F7E44. Grayscale: #959595. Windows color (decimal): -5209669 or 12288432. OLE color: 12288432.

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

Color convert

RGB176129187-
CMYK0.060.3100.27
HSL288.62º29.9%61.96%-
HSV(B)288.62º31.02%73.33%-
XYZ34.7228.5250.69-
YUV149.66149.07146.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=35.77%
G=26.22%
B=38.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761291870.060.3100.27288.6229.961.96
HexB081BB61F01B1211e3e
Octal2602012736370334413676
Binary1011000010000001101110111101111101101110010000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B081BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B081BB; }

 p { color: rgb(176,129,187); }

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

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

 a { background-color: rgb(176,129,187); }

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

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

 span { border-color: rgb(176,129,187); }

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