Shades of East Side #BB7BCA
Tints of East Side #BB7BCA
RGB
CMYK
RGB Variations
Color information
#BB7BCA (or 0xBB7BCA) is known color: East Side. HEX triplet: BB, 7B and CA. RGB value is (187,123,202). Sum of RGB (Red+Green+Blue) = 187+123+202=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB7BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BCA is #448435. Grayscale: #969696. Windows color (decimal): -4490294 or 13269947. OLE color: 13269947.
HSL color Cylindrical-coordinate representation of color #BB7BCA: hue angle of 288.61º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB7BCA is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 123 | 202 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.21 |
| HSL | 288.61º | 0.43% | 0.64% | - |
| HSV(B) | 288.61º | 0.39% | 0.79% | - |
| XYZ | 38.24 | 28.99 | 59.46 | - |
| YUV | 151.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 202 | 0.07 | 0.39 | 0 | 0.21 | 288.61 | 0.43 | 0.64 |
| Hex | BB | 7B | CA | 7 | 27 | 0 | 15 | 121 | 2B | 40 |
| Octal | 273 | 173 | 312 | 7 | 47 | 0 | 25 | 441 | 53 | 100 |
| Binary | 10111011 | 1111011 | 11001010 | 111 | 100111 | 0 | 10101 | 100100001 | 101011 | 1000000 |
Color Harmonies of #BB7BCA
Complementary color
Monochromatic Colors of #BB7BCA
Black with #BB7BCA
Text Example
Text Example
White with #BB7BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7BCA; }
p { color: rgb(187,123,202); }
H1.HeaderClassName
{
color: #BB7BCA;
}
.AnyTagClassName
{
color: #BB7BCA;
}
</style>
background-color css
<style>
a { background-color: #BB7BCA; }
a { background-color: rgb(187,123,202); }
div.DivClassName
{
background-color: #BB7BCA;
}
.BgClassName
{
background-color: #BB7BCA;
}
</style>
border-color css
<style>
span { border-color: #BB7BCA; }
span { border-color: rgb(187,123,202); }
td.TdClassName
{
border-color: #BB7BCA;
}
.TagClassName
{
border-color: #BB7BCA;
}
</style>