Shades of East Side #BA84CF
Tints of East Side #BA84CF
RGB
CMYK
RGB Variations
Color information
#BA84CF (or 0xBA84CF) is known color: East Side. HEX triplet: BA, 84 and CF. RGB value is (186,132,207). Sum of RGB (Red+Green+Blue) = 186+132+207=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA84CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84CF is #457B30. Grayscale: #9C9C9C. Windows color (decimal): -4553521 or 13599930. OLE color: 13599930.
HSL color Cylindrical-coordinate representation of color #BA84CF: hue angle of 283.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA84CF is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 132 | 207 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.19 |
| HSL | 283.2º | 0.44% | 0.66% | - |
| HSV(B) | 283.2º | 0.36% | 0.81% | - |
| XYZ | 39.76 | 31.45 | 63.01 | - |
| YUV | 156.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 207 | 0.10 | 0.36 | 0 | 0.19 | 283.2 | 0.44 | 0.66 |
| Hex | BA | 84 | CF | A | 24 | 0 | 13 | 11B | 2C | 42 |
| Octal | 272 | 204 | 317 | 12 | 44 | 0 | 23 | 433 | 54 | 102 |
| Binary | 10111010 | 10000100 | 11001111 | 1010 | 100100 | 0 | 10011 | 100011011 | 101100 | 1000010 |
Color Harmonies of #BA84CF
Complementary color
Monochromatic Colors of #BA84CF
Black with #BA84CF
Text Example
Text Example
White with #BA84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84CF; }
p { color: rgb(186,132,207); }
H1.HeaderClassName
{
color: #BA84CF;
}
.AnyTagClassName
{
color: #BA84CF;
}
</style>
background-color css
<style>
a { background-color: #BA84CF; }
a { background-color: rgb(186,132,207); }
div.DivClassName
{
background-color: #BA84CF;
}
.BgClassName
{
background-color: #BA84CF;
}
</style>
border-color css
<style>
span { border-color: #BA84CF; }
span { border-color: rgb(186,132,207); }
td.TdClassName
{
border-color: #BA84CF;
}
.TagClassName
{
border-color: #BA84CF;
}
</style>