Shades of East Side #BB84CA
Tints of East Side #BB84CA
RGB
CMYK
RGB Variations
Color information
#BB84CA (or 0xBB84CA) is known color: East Side. HEX triplet: BB, 84 and CA. RGB value is (187,132,202). Sum of RGB (Red+Green+Blue) = 187+132+202=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84CA is #447B35. Grayscale: #9C9C9C. Windows color (decimal): -4487990 or 13272251. OLE color: 13272251.
HSL color Cylindrical-coordinate representation of color #BB84CA: hue angle of 287.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB84CA is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 132 | 202 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.21 |
| HSL | 287.14º | 0.4% | 0.65% | - |
| HSV(B) | 287.14º | 0.35% | 0.79% | - |
| XYZ | 39.41 | 31.33 | 59.85 | - |
| YUV | 156.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 202 | 0.07 | 0.35 | 0 | 0.21 | 287.14 | 0.4 | 0.65 |
| Hex | BB | 84 | CA | 7 | 23 | 0 | 15 | 11F | 28 | 41 |
| Octal | 273 | 204 | 312 | 7 | 43 | 0 | 25 | 437 | 50 | 101 |
| Binary | 10111011 | 10000100 | 11001010 | 111 | 100011 | 0 | 10101 | 100011111 | 101000 | 1000001 |
Color Harmonies of #BB84CA
Complementary color
Monochromatic Colors of #BB84CA
Black with #BB84CA
Text Example
Text Example
White with #BB84CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB84CA; }
p { color: rgb(187,132,202); }
H1.HeaderClassName
{
color: #BB84CA;
}
.AnyTagClassName
{
color: #BB84CA;
}
</style>
background-color css
<style>
a { background-color: #BB84CA; }
a { background-color: rgb(187,132,202); }
div.DivClassName
{
background-color: #BB84CA;
}
.BgClassName
{
background-color: #BB84CA;
}
</style>
border-color css
<style>
span { border-color: #BB84CA; }
span { border-color: rgb(187,132,202); }
td.TdClassName
{
border-color: #BB84CA;
}
.TagClassName
{
border-color: #BB84CA;
}
</style>