Shades of East Side #BB80CF
Tints of East Side #BB80CF
RGB
CMYK
RGB Variations
Color information
#BB80CF (or 0xBB80CF) is known color: East Side. HEX triplet: BB, 80 and CF. RGB value is (187,128,207). Sum of RGB (Red+Green+Blue) = 187+128+207=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB80CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80CF is #447F30. Grayscale: #9A9A9A. Windows color (decimal): -4489009 or 13598907. OLE color: 13598907.
HSL color Cylindrical-coordinate representation of color #BB80CF: hue angle of 284.81º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB80CF is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 128 | 207 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.19 |
| HSL | 284.81º | 0.45% | 0.66% | - |
| HSV(B) | 284.81º | 0.38% | 0.81% | - |
| XYZ | 39.48 | 30.51 | 62.84 | - |
| YUV | 154.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 207 | 0.10 | 0.38 | 0 | 0.19 | 284.81 | 0.45 | 0.66 |
| Hex | BB | 80 | CF | A | 26 | 0 | 13 | 11D | 2D | 42 |
| Octal | 273 | 200 | 317 | 12 | 46 | 0 | 23 | 435 | 55 | 102 |
| Binary | 10111011 | 10000000 | 11001111 | 1010 | 100110 | 0 | 10011 | 100011101 | 101101 | 1000010 |
Color Harmonies of #BB80CF
Complementary color
Monochromatic Colors of #BB80CF
Black with #BB80CF
Text Example
Text Example
White with #BB80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80CF; }
p { color: rgb(187,128,207); }
H1.HeaderClassName
{
color: #BB80CF;
}
.AnyTagClassName
{
color: #BB80CF;
}
</style>
background-color css
<style>
a { background-color: #BB80CF; }
a { background-color: rgb(187,128,207); }
div.DivClassName
{
background-color: #BB80CF;
}
.BgClassName
{
background-color: #BB80CF;
}
</style>
border-color css
<style>
span { border-color: #BB80CF; }
span { border-color: rgb(187,128,207); }
td.TdClassName
{
border-color: #BB80CF;
}
.TagClassName
{
border-color: #BB80CF;
}
</style>