Shades of East Side #BA81D5
Tints of East Side #BA81D5
RGB
CMYK
RGB Variations
Color information
#BA81D5 (or 0xBA81D5) is known color: East Side. HEX triplet: BA, 81 and D5. RGB value is (186,129,213). Sum of RGB (Red+Green+Blue) = 186+129+213=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA81D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81D5 is #457E2A. Grayscale: #9B9B9B. Windows color (decimal): -4554283 or 13992378. OLE color: 13992378.
HSL color Cylindrical-coordinate representation of color #BA81D5: hue angle of 280.71º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA81D5 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 129 | 213 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.16 |
| HSL | 280.71º | 0.5% | 0.67% | - |
| HSV(B) | 280.71º | 0.39% | 0.84% | - |
| XYZ | 40.11 | 30.94 | 66.81 | - |
| YUV | 155.62 | 160.38 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 213 | 0.13 | 0.39 | 0 | 0.16 | 280.71 | 0.5 | 0.67 |
| Hex | BA | 81 | D5 | D | 27 | 0 | 10 | 119 | 32 | 43 |
| Octal | 272 | 201 | 325 | 15 | 47 | 0 | 20 | 431 | 62 | 103 |
| Binary | 10111010 | 10000001 | 11010101 | 1101 | 100111 | 0 | 10000 | 100011001 | 110010 | 1000011 |
Color Harmonies of #BA81D5
Complementary color
Monochromatic Colors of #BA81D5
Black with #BA81D5
Text Example
Text Example
White with #BA81D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA81D5; }
p { color: rgb(186,129,213); }
H1.HeaderClassName
{
color: #BA81D5;
}
.AnyTagClassName
{
color: #BA81D5;
}
</style>
background-color css
<style>
a { background-color: #BA81D5; }
a { background-color: rgb(186,129,213); }
div.DivClassName
{
background-color: #BA81D5;
}
.BgClassName
{
background-color: #BA81D5;
}
</style>
border-color css
<style>
span { border-color: #BA81D5; }
span { border-color: rgb(186,129,213); }
td.TdClassName
{
border-color: #BA81D5;
}
.TagClassName
{
border-color: #BA81D5;
}
</style>