Shades of East Side #BB7DCD
Tints of East Side #BB7DCD
RGB
CMYK
RGB Variations
Color information
#BB7DCD (or 0xBB7DCD) is known color: East Side. HEX triplet: BB, 7D and CD. RGB value is (187,125,205). Sum of RGB (Red+Green+Blue) = 187+125+205=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DCD is #448232. Grayscale: #989898. Windows color (decimal): -4489779 or 13467067. OLE color: 13467067.
HSL color Cylindrical-coordinate representation of color #BB7DCD: hue angle of 286.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB7DCD is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 125 | 205 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.20 |
| HSL | 286.5º | 0.44% | 0.65% | - |
| HSV(B) | 286.5º | 0.39% | 0.8% | - |
| XYZ | 38.85 | 29.64 | 61.43 | - |
| YUV | 152.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 205 | 0.09 | 0.39 | 0 | 0.20 | 286.5 | 0.44 | 0.65 |
| Hex | BB | 7D | CD | 9 | 27 | 0 | 14 | 11E | 2C | 41 |
| Octal | 273 | 175 | 315 | 11 | 47 | 0 | 24 | 436 | 54 | 101 |
| Binary | 10111011 | 1111101 | 11001101 | 1001 | 100111 | 0 | 10100 | 100011110 | 101100 | 1000001 |
Color Harmonies of #BB7DCD
Complementary color
Monochromatic Colors of #BB7DCD
Black with #BB7DCD
Text Example
Text Example
White with #BB7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DCD; }
p { color: rgb(187,125,205); }
H1.HeaderClassName
{
color: #BB7DCD;
}
.AnyTagClassName
{
color: #BB7DCD;
}
</style>
background-color css
<style>
a { background-color: #BB7DCD; }
a { background-color: rgb(187,125,205); }
div.DivClassName
{
background-color: #BB7DCD;
}
.BgClassName
{
background-color: #BB7DCD;
}
</style>
border-color css
<style>
span { border-color: #BB7DCD; }
span { border-color: rgb(187,125,205); }
td.TdClassName
{
border-color: #BB7DCD;
}
.TagClassName
{
border-color: #BB7DCD;
}
</style>