Shades of East Side #BB80C8
Tints of East Side #BB80C8
RGB
CMYK
RGB Variations
Color information
#BB80C8 (or 0xBB80C8) is known color: East Side. HEX triplet: BB, 80 and C8. RGB value is (187,128,200). Sum of RGB (Red+Green+Blue) = 187+128+200=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB80C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80C8 is #447F37. Grayscale: #999999. Windows color (decimal): -4489016 or 13140155. OLE color: 13140155.
HSL color Cylindrical-coordinate representation of color #BB80C8: hue angle of 289.17º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB80C8 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 128 | 200 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.22 |
| HSL | 289.17º | 0.4% | 0.64% | - |
| HSV(B) | 289.17º | 0.36% | 0.78% | - |
| XYZ | 38.64 | 30.17 | 58.43 | - |
| YUV | 153.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 200 | 0.06 | 0.36 | 0 | 0.22 | 289.17 | 0.4 | 0.64 |
| Hex | BB | 80 | C8 | 6 | 24 | 0 | 16 | 121 | 28 | 40 |
| Octal | 273 | 200 | 310 | 6 | 44 | 0 | 26 | 441 | 50 | 100 |
| Binary | 10111011 | 10000000 | 11001000 | 110 | 100100 | 0 | 10110 | 100100001 | 101000 | 1000000 |
Color Harmonies of #BB80C8
Complementary color
Monochromatic Colors of #BB80C8
Black with #BB80C8
Text Example
Text Example
White with #BB80C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80C8; }
p { color: rgb(187,128,200); }
H1.HeaderClassName
{
color: #BB80C8;
}
.AnyTagClassName
{
color: #BB80C8;
}
</style>
background-color css
<style>
a { background-color: #BB80C8; }
a { background-color: rgb(187,128,200); }
div.DivClassName
{
background-color: #BB80C8;
}
.BgClassName
{
background-color: #BB80C8;
}
</style>
border-color css
<style>
span { border-color: #BB80C8; }
span { border-color: rgb(187,128,200); }
td.TdClassName
{
border-color: #BB80C8;
}
.TagClassName
{
border-color: #BB80C8;
}
</style>