Shades of East Side #B081D1
Tints of East Side #B081D1
RGB
CMYK
RGB Variations
Color information
#B081D1 (or 0xB081D1) is known color: East Side. HEX triplet: B0, 81 and D1. RGB value is (176,129,209). Sum of RGB (Red+Green+Blue) = 176+129+209=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #B081D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B081D1 is #4F7E2E. Grayscale: #979797. Windows color (decimal): -5209647 or 13730224. OLE color: 13730224.
HSL color Cylindrical-coordinate representation of color #B081D1: hue angle of 275.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B081D1 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 129 | 209 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.18 |
| HSL | 275.25º | 0.47% | 0.66% | - |
| HSV(B) | 275.25º | 0.38% | 0.82% | - |
| XYZ | 37.26 | 29.53 | 64.06 | - |
| YUV | 152.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 209 | 0.16 | 0.38 | 0 | 0.18 | 275.25 | 0.47 | 0.66 |
| Hex | B0 | 81 | D1 | 10 | 26 | 0 | 12 | 113 | 2F | 42 |
| Octal | 260 | 201 | 321 | 20 | 46 | 0 | 22 | 423 | 57 | 102 |
| Binary | 10110000 | 10000001 | 11010001 | 10000 | 100110 | 0 | 10010 | 100010011 | 101111 | 1000010 |
Color Harmonies of #B081D1
Complementary color
Monochromatic Colors of #B081D1
Black with #B081D1
Text Example
Text Example
White with #B081D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B081D1; }
p { color: rgb(176,129,209); }
H1.HeaderClassName
{
color: #B081D1;
}
.AnyTagClassName
{
color: #B081D1;
}
</style>
background-color css
<style>
a { background-color: #B081D1; }
a { background-color: rgb(176,129,209); }
div.DivClassName
{
background-color: #B081D1;
}
.BgClassName
{
background-color: #B081D1;
}
</style>
border-color css
<style>
span { border-color: #B081D1; }
span { border-color: rgb(176,129,209); }
td.TdClassName
{
border-color: #B081D1;
}
.TagClassName
{
border-color: #B081D1;
}
</style>