Shades of East Side #BB7BCC
Tints of East Side #BB7BCC
RGB
CMYK
RGB Variations
Color information
#BB7BCC (or 0xBB7BCC) is known color: East Side. HEX triplet: BB, 7B and CC. RGB value is (187,123,204). Sum of RGB (Red+Green+Blue) = 187+123+204=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BCC is #448433. Grayscale: #979797. Windows color (decimal): -4490292 or 13401019. OLE color: 13401019.
HSL color Cylindrical-coordinate representation of color #BB7BCC: hue angle of 287.41º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7BCC is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 123 | 204 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.2 |
| HSL | 287.41º | 0.44% | 0.64% | - |
| HSV(B) | 287.41º | 0.4% | 0.8% | - |
| XYZ | 38.48 | 29.09 | 60.71 | - |
| YUV | 151.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 204 | 0.08 | 0.40 | 0 | 0.2 | 287.41 | 0.44 | 0.64 |
| Hex | BB | 7B | CC | 8 | 28 | 0 | 14 | 11F | 2C | 40 |
| Octal | 273 | 173 | 314 | 10 | 50 | 0 | 24 | 437 | 54 | 100 |
| Binary | 10111011 | 1111011 | 11001100 | 1000 | 101000 | 0 | 10100 | 100011111 | 101100 | 1000000 |
Color Harmonies of #BB7BCC
Complementary color
Monochromatic Colors of #BB7BCC
Black with #BB7BCC
Text Example
Text Example
White with #BB7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7BCC; }
p { color: rgb(187,123,204); }
H1.HeaderClassName
{
color: #BB7BCC;
}
.AnyTagClassName
{
color: #BB7BCC;
}
</style>
background-color css
<style>
a { background-color: #BB7BCC; }
a { background-color: rgb(187,123,204); }
div.DivClassName
{
background-color: #BB7BCC;
}
.BgClassName
{
background-color: #BB7BCC;
}
</style>
border-color css
<style>
span { border-color: #BB7BCC; }
span { border-color: rgb(187,123,204); }
td.TdClassName
{
border-color: #BB7BCC;
}
.TagClassName
{
border-color: #BB7BCC;
}
</style>