Shades of East Side #B981D1
Tints of East Side #B981D1
RGB
CMYK
RGB Variations
Color information
#B981D1 (or 0xB981D1) is known color: East Side. HEX triplet: B9, 81 and D1. RGB value is (185,129,209). Sum of RGB (Red+Green+Blue) = 185+129+209=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #B981D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981D1 is #467E2E. Grayscale: #9A9A9A. Windows color (decimal): -4619823 or 13730233. OLE color: 13730233.
HSL color Cylindrical-coordinate representation of color #B981D1: hue angle of 282º 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 #B981D1 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 129 | 209 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.18 |
| HSL | 282º | 0.47% | 0.66% | - |
| HSV(B) | 282º | 0.38% | 0.82% | - |
| XYZ | 39.37 | 30.62 | 64.16 | - |
| YUV | 154.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 209 | 0.11 | 0.38 | 0 | 0.18 | 282 | 0.47 | 0.66 |
| Hex | B9 | 81 | D1 | B | 26 | 0 | 12 | 11A | 2F | 42 |
| Octal | 271 | 201 | 321 | 13 | 46 | 0 | 22 | 432 | 57 | 102 |
| Binary | 10111001 | 10000001 | 11010001 | 1011 | 100110 | 0 | 10010 | 100011010 | 101111 | 1000010 |
Color Harmonies of #B981D1
Complementary color
Monochromatic Colors of #B981D1
Black with #B981D1
Text Example
Text Example
White with #B981D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B981D1; }
p { color: rgb(185,129,209); }
H1.HeaderClassName
{
color: #B981D1;
}
.AnyTagClassName
{
color: #B981D1;
}
</style>
background-color css
<style>
a { background-color: #B981D1; }
a { background-color: rgb(185,129,209); }
div.DivClassName
{
background-color: #B981D1;
}
.BgClassName
{
background-color: #B981D1;
}
</style>
border-color css
<style>
span { border-color: #B981D1; }
span { border-color: rgb(185,129,209); }
td.TdClassName
{
border-color: #B981D1;
}
.TagClassName
{
border-color: #B981D1;
}
</style>