Shades of East Side #BB7BDB
Tints of East Side #BB7BDB
RGB
CMYK
RGB Variations
Color information
#BB7BDB (or 0xBB7BDB) is known color: East Side. HEX triplet: BB, 7B and DB. RGB value is (187,123,219). Sum of RGB (Red+Green+Blue) = 187+123+219=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB7BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BDB is #448424. Grayscale: #989898. Windows color (decimal): -4490277 or 14384059. OLE color: 14384059.
HSL color Cylindrical-coordinate representation of color #BB7BDB: hue angle of 280º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB7BDB is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 123 | 219 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.14 |
| HSL | 280º | 0.57% | 0.67% | - |
| HSV(B) | 280º | 0.44% | 0.86% | - |
| XYZ | 40.36 | 29.85 | 70.65 | - |
| YUV | 153.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 219 | 0.15 | 0.44 | 0 | 0.14 | 280 | 0.57 | 0.67 |
| Hex | BB | 7B | DB | F | 2C | 0 | E | 118 | 39 | 43 |
| Octal | 273 | 173 | 333 | 17 | 54 | 0 | 16 | 430 | 71 | 103 |
| Binary | 10111011 | 1111011 | 11011011 | 1111 | 101100 | 0 | 1110 | 100011000 | 111001 | 1000011 |
Color Harmonies of #BB7BDB
Complementary color
Monochromatic Colors of #BB7BDB
Black with #BB7BDB
Text Example
Text Example
White with #BB7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7BDB; }
p { color: rgb(187,123,219); }
H1.HeaderClassName
{
color: #BB7BDB;
}
.AnyTagClassName
{
color: #BB7BDB;
}
</style>
background-color css
<style>
a { background-color: #BB7BDB; }
a { background-color: rgb(187,123,219); }
div.DivClassName
{
background-color: #BB7BDB;
}
.BgClassName
{
background-color: #BB7BDB;
}
</style>
border-color css
<style>
span { border-color: #BB7BDB; }
span { border-color: rgb(187,123,219); }
td.TdClassName
{
border-color: #BB7BDB;
}
.TagClassName
{
border-color: #BB7BDB;
}
</style>