Shades of East Side #BB80D1
Tints of East Side #BB80D1
RGB
CMYK
RGB Variations
Color information
#BB80D1 (or 0xBB80D1) is known color: East Side. HEX triplet: BB, 80 and D1. RGB value is (187,128,209). Sum of RGB (Red+Green+Blue) = 187+128+209=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB80D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80D1 is #447F2E. Grayscale: #9A9A9A. Windows color (decimal): -4489007 or 13729979. OLE color: 13729979.
HSL color Cylindrical-coordinate representation of color #BB80D1: hue angle of 283.7º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB80D1 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 128 | 209 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.18 |
| HSL | 283.7º | 0.47% | 0.66% | - |
| HSV(B) | 283.7º | 0.39% | 0.82% | - |
| XYZ | 39.72 | 30.61 | 64.14 | - |
| YUV | 154.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 209 | 0.11 | 0.39 | 0 | 0.18 | 283.7 | 0.47 | 0.66 |
| Hex | BB | 80 | D1 | B | 27 | 0 | 12 | 11C | 2F | 42 |
| Octal | 273 | 200 | 321 | 13 | 47 | 0 | 22 | 434 | 57 | 102 |
| Binary | 10111011 | 10000000 | 11010001 | 1011 | 100111 | 0 | 10010 | 100011100 | 101111 | 1000010 |
Color Harmonies of #BB80D1
Complementary color
Monochromatic Colors of #BB80D1
Black with #BB80D1
Text Example
Text Example
White with #BB80D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80D1; }
p { color: rgb(187,128,209); }
H1.HeaderClassName
{
color: #BB80D1;
}
.AnyTagClassName
{
color: #BB80D1;
}
</style>
background-color css
<style>
a { background-color: #BB80D1; }
a { background-color: rgb(187,128,209); }
div.DivClassName
{
background-color: #BB80D1;
}
.BgClassName
{
background-color: #BB80D1;
}
</style>
border-color css
<style>
span { border-color: #BB80D1; }
span { border-color: rgb(187,128,209); }
td.TdClassName
{
border-color: #BB80D1;
}
.TagClassName
{
border-color: #BB80D1;
}
</style>