Shades of East Side #BB84C2
Tints of East Side #BB84C2
RGB
CMYK
RGB Variations
Color information
#BB84C2 (or 0xBB84C2) is known color: East Side. HEX triplet: BB, 84 and C2. RGB value is (187,132,194). Sum of RGB (Red+Green+Blue) = 187+132+194=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB84C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84C2 is #447B3D. Grayscale: #9B9B9B. Windows color (decimal): -4487998 or 12747963. OLE color: 12747963.
HSL color Cylindrical-coordinate representation of color #BB84C2: hue angle of 293.23º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB84C2 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 132 | 194 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.24 |
| HSL | 293.23º | 0.34% | 0.64% | - |
| HSV(B) | 293.23º | 0.32% | 0.76% | - |
| XYZ | 38.48 | 30.96 | 54.99 | - |
| YUV | 155.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 194 | 0.04 | 0.32 | 0 | 0.24 | 293.23 | 0.34 | 0.64 |
| Hex | BB | 84 | C2 | 4 | 20 | 0 | 18 | 125 | 22 | 40 |
| Octal | 273 | 204 | 302 | 4 | 40 | 0 | 30 | 445 | 42 | 100 |
| Binary | 10111011 | 10000100 | 11000010 | 100 | 100000 | 0 | 11000 | 100100101 | 100010 | 1000000 |
Color Harmonies of #BB84C2
Complementary color
Monochromatic Colors of #BB84C2
Black with #BB84C2
Text Example
Text Example
White with #BB84C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB84C2; }
p { color: rgb(187,132,194); }
H1.HeaderClassName
{
color: #BB84C2;
}
.AnyTagClassName
{
color: #BB84C2;
}
</style>
background-color css
<style>
a { background-color: #BB84C2; }
a { background-color: rgb(187,132,194); }
div.DivClassName
{
background-color: #BB84C2;
}
.BgClassName
{
background-color: #BB84C2;
}
</style>
border-color css
<style>
span { border-color: #BB84C2; }
span { border-color: rgb(187,132,194); }
td.TdClassName
{
border-color: #BB84C2;
}
.TagClassName
{
border-color: #BB84C2;
}
</style>