Shades of East Side #BB84C4
Tints of East Side #BB84C4
RGB
CMYK
RGB Variations
Color information
#BB84C4 (or 0xBB84C4) is known color: East Side. HEX triplet: BB, 84 and C4. RGB value is (187,132,196). Sum of RGB (Red+Green+Blue) = 187+132+196=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB84C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84C4 is #447B3B. Grayscale: #9B9B9B. Windows color (decimal): -4487996 or 12879035. OLE color: 12879035.
HSL color Cylindrical-coordinate representation of color #BB84C4: hue angle of 291.56º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB84C4 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 132 | 196 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.23 |
| HSL | 291.56º | 0.35% | 0.64% | - |
| HSV(B) | 291.56º | 0.33% | 0.77% | - |
| XYZ | 38.71 | 31.05 | 56.18 | - |
| YUV | 155.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 196 | 0.05 | 0.33 | 0 | 0.23 | 291.56 | 0.35 | 0.64 |
| Hex | BB | 84 | C4 | 5 | 21 | 0 | 17 | 124 | 23 | 40 |
| Octal | 273 | 204 | 304 | 5 | 41 | 0 | 27 | 444 | 43 | 100 |
| Binary | 10111011 | 10000100 | 11000100 | 101 | 100001 | 0 | 10111 | 100100100 | 100011 | 1000000 |
Color Harmonies of #BB84C4
Complementary color
Monochromatic Colors of #BB84C4
Black with #BB84C4
Text Example
Text Example
White with #BB84C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB84C4; }
p { color: rgb(187,132,196); }
H1.HeaderClassName
{
color: #BB84C4;
}
.AnyTagClassName
{
color: #BB84C4;
}
</style>
background-color css
<style>
a { background-color: #BB84C4; }
a { background-color: rgb(187,132,196); }
div.DivClassName
{
background-color: #BB84C4;
}
.BgClassName
{
background-color: #BB84C4;
}
</style>
border-color css
<style>
span { border-color: #BB84C4; }
span { border-color: rgb(187,132,196); }
td.TdClassName
{
border-color: #BB84C4;
}
.TagClassName
{
border-color: #BB84C4;
}
</style>