Shades of East Side #BB80D3
Tints of East Side #BB80D3
RGB
CMYK
RGB Variations
Color information
#BB80D3 (or 0xBB80D3) is known color: East Side. HEX triplet: BB, 80 and D3. RGB value is (187,128,211). Sum of RGB (Red+Green+Blue) = 187+128+211=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB80D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80D3 is #447F2C. Grayscale: #9A9A9A. Windows color (decimal): -4489005 or 13861051. OLE color: 13861051.
HSL color Cylindrical-coordinate representation of color #BB80D3: hue angle of 282.65º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB80D3 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 128 | 211 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.17 |
| HSL | 282.65º | 0.49% | 0.66% | - |
| HSV(B) | 282.65º | 0.39% | 0.83% | - |
| XYZ | 39.97 | 30.71 | 65.45 | - |
| YUV | 155.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 211 | 0.11 | 0.39 | 0 | 0.17 | 282.65 | 0.49 | 0.66 |
| Hex | BB | 80 | D3 | B | 27 | 0 | 11 | 11B | 31 | 42 |
| Octal | 273 | 200 | 323 | 13 | 47 | 0 | 21 | 433 | 61 | 102 |
| Binary | 10111011 | 10000000 | 11010011 | 1011 | 100111 | 0 | 10001 | 100011011 | 110001 | 1000010 |
Color Harmonies of #BB80D3
Complementary color
Monochromatic Colors of #BB80D3
Black with #BB80D3
Text Example
Text Example
White with #BB80D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80D3; }
p { color: rgb(187,128,211); }
H1.HeaderClassName
{
color: #BB80D3;
}
.AnyTagClassName
{
color: #BB80D3;
}
</style>
background-color css
<style>
a { background-color: #BB80D3; }
a { background-color: rgb(187,128,211); }
div.DivClassName
{
background-color: #BB80D3;
}
.BgClassName
{
background-color: #BB80D3;
}
</style>
border-color css
<style>
span { border-color: #BB80D3; }
span { border-color: rgb(187,128,211); }
td.TdClassName
{
border-color: #BB80D3;
}
.TagClassName
{
border-color: #BB80D3;
}
</style>