Shades of East Side #BB84D3
Tints of East Side #BB84D3
RGB
CMYK
RGB Variations
Color information
#BB84D3 (or 0xBB84D3) is known color: East Side. HEX triplet: BB, 84 and D3. RGB value is (187,132,211). Sum of RGB (Red+Green+Blue) = 187+132+211=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB84D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84D3 is #447B2C. Grayscale: #9D9D9D. Windows color (decimal): -4487981 or 13862075. OLE color: 13862075.
HSL color Cylindrical-coordinate representation of color #BB84D3: hue angle of 281.77º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB84D3 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 132 | 211 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.17 |
| HSL | 281.77º | 0.47% | 0.67% | - |
| HSV(B) | 281.77º | 0.37% | 0.83% | - |
| XYZ | 40.5 | 31.77 | 65.63 | - |
| YUV | 157.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 211 | 0.11 | 0.37 | 0 | 0.17 | 281.77 | 0.47 | 0.67 |
| Hex | BB | 84 | D3 | B | 25 | 0 | 11 | 11A | 2F | 43 |
| Octal | 273 | 204 | 323 | 13 | 45 | 0 | 21 | 432 | 57 | 103 |
| Binary | 10111011 | 10000100 | 11010011 | 1011 | 100101 | 0 | 10001 | 100011010 | 101111 | 1000011 |
Color Harmonies of #BB84D3
Complementary color
Monochromatic Colors of #BB84D3
Black with #BB84D3
Text Example
Text Example
White with #BB84D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB84D3; }
p { color: rgb(187,132,211); }
H1.HeaderClassName
{
color: #BB84D3;
}
.AnyTagClassName
{
color: #BB84D3;
}
</style>
background-color css
<style>
a { background-color: #BB84D3; }
a { background-color: rgb(187,132,211); }
div.DivClassName
{
background-color: #BB84D3;
}
.BgClassName
{
background-color: #BB84D3;
}
</style>
border-color css
<style>
span { border-color: #BB84D3; }
span { border-color: rgb(187,132,211); }
td.TdClassName
{
border-color: #BB84D3;
}
.TagClassName
{
border-color: #BB84D3;
}
</style>