#B081BC

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

Shades of East Side #B081BC

Tints of East Side #B081BC

Color information

#B081BC (or 0xB081BC) is unknown color: approx East Side. HEX triplet: B0, 81 and BC. RGB value is (176,129,188). Sum of RGB (Red+Green+Blue) = 176+129+188=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #B081BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B081BC is #4F7E43. Grayscale: #959595. Windows color (decimal): -5209668 or 12353968. OLE color: 12353968.

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

Color convert

RGB176129188-
CMYK0.060.3100.26
HSL287.8º30.57%62.16%-
HSV(B)287.8º31.38%73.73%-
XYZ34.8328.5651.25-
YUV149.78149.57146.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=35.70%
G=26.17%
B=38.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761291880.060.3100.26287.830.5762.16
HexB081BC61F01A1201f3e
Octal2602012746370324403776
Binary1011000010000001101111001101111101101010010000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B081BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B081BC; }

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

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

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

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

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

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

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

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