Shades of East Side #BB84C1
Tints of East Side #BB84C1
RGB
CMYK
RGB Variations
Color information
#BB84C1 (or 0xBB84C1) is known color: East Side. HEX triplet: BB, 84 and C1. RGB value is (187,132,193). Sum of RGB (Red+Green+Blue) = 187+132+193=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB84C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84C1 is #447B3E. Grayscale: #9B9B9B. Windows color (decimal): -4487999 or 12682427. OLE color: 12682427.
HSL color Cylindrical-coordinate representation of color #BB84C1: hue angle of 294.1º degrees, saturation: 0.33, 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 #BB84C1 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 132 | 193 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.24 |
| HSL | 294.1º | 0.33% | 0.64% | - |
| HSV(B) | 294.1º | 0.32% | 0.76% | - |
| XYZ | 38.37 | 30.92 | 54.4 | - |
| YUV | 155.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 193 | 0.03 | 0.32 | 0 | 0.24 | 294.1 | 0.33 | 0.64 |
| Hex | BB | 84 | C1 | 3 | 20 | 0 | 18 | 126 | 21 | 40 |
| Octal | 273 | 204 | 301 | 3 | 40 | 0 | 30 | 446 | 41 | 100 |
| Binary | 10111011 | 10000100 | 11000001 | 11 | 100000 | 0 | 11000 | 100100110 | 100001 | 1000000 |
Color Harmonies of #BB84C1
Complementary color
Monochromatic Colors of #BB84C1
Black with #BB84C1
Text Example
Text Example
White with #BB84C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB84C1; }
p { color: rgb(187,132,193); }
H1.HeaderClassName
{
color: #BB84C1;
}
.AnyTagClassName
{
color: #BB84C1;
}
</style>
background-color css
<style>
a { background-color: #BB84C1; }
a { background-color: rgb(187,132,193); }
div.DivClassName
{
background-color: #BB84C1;
}
.BgClassName
{
background-color: #BB84C1;
}
</style>
border-color css
<style>
span { border-color: #BB84C1; }
span { border-color: rgb(187,132,193); }
td.TdClassName
{
border-color: #BB84C1;
}
.TagClassName
{
border-color: #BB84C1;
}
</style>