Shades of East Side #BB7DCC
Tints of East Side #BB7DCC
RGB
CMYK
RGB Variations
Color information
#BB7DCC (or 0xBB7DCC) is known color: East Side. HEX triplet: BB, 7D and CC. RGB value is (187,125,204). Sum of RGB (Red+Green+Blue) = 187+125+204=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB7DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DCC is #448233. Grayscale: #989898. Windows color (decimal): -4489780 or 13401531. OLE color: 13401531.
HSL color Cylindrical-coordinate representation of color #BB7DCC: hue angle of 287.09º 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 #BB7DCC is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 125 | 204 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.2 |
| HSL | 287.09º | 0.44% | 0.65% | - |
| HSV(B) | 287.09º | 0.39% | 0.8% | - |
| XYZ | 38.73 | 29.59 | 60.8 | - |
| YUV | 152.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 204 | 0.08 | 0.39 | 0 | 0.2 | 287.09 | 0.44 | 0.65 |
| Hex | BB | 7D | CC | 8 | 27 | 0 | 14 | 11F | 2C | 41 |
| Octal | 273 | 175 | 314 | 10 | 47 | 0 | 24 | 437 | 54 | 101 |
| Binary | 10111011 | 1111101 | 11001100 | 1000 | 100111 | 0 | 10100 | 100011111 | 101100 | 1000001 |
Color Harmonies of #BB7DCC
Complementary color
Monochromatic Colors of #BB7DCC
Black with #BB7DCC
Text Example
Text Example
White with #BB7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DCC; }
p { color: rgb(187,125,204); }
H1.HeaderClassName
{
color: #BB7DCC;
}
.AnyTagClassName
{
color: #BB7DCC;
}
</style>
background-color css
<style>
a { background-color: #BB7DCC; }
a { background-color: rgb(187,125,204); }
div.DivClassName
{
background-color: #BB7DCC;
}
.BgClassName
{
background-color: #BB7DCC;
}
</style>
border-color css
<style>
span { border-color: #BB7DCC; }
span { border-color: rgb(187,125,204); }
td.TdClassName
{
border-color: #BB7DCC;
}
.TagClassName
{
border-color: #BB7DCC;
}
</style>