Shades of Heliotrope #BA81FD
Tints of Heliotrope #BA81FD
RGB
CMYK
RGB Variations
Color information
#BA81FD (or 0xBA81FD) is known color: Heliotrope. HEX triplet: BA, 81 and FD. RGB value is (186,129,253). Sum of RGB (Red+Green+Blue) = 186+129+253=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA81FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA81FD is #457E02. Grayscale: #9F9F9F. Windows color (decimal): -4554243 or 16613818. OLE color: 16613818.
HSL color Cylindrical-coordinate representation of color #BA81FD: hue angle of 267.58º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA81FD is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 129 | 253 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.01 |
| HSL | 267.58º | 0.97% | 0.75% | - |
| HSV(B) | 267.58º | 0.49% | 0.99% | - |
| XYZ | 45.83 | 33.23 | 96.93 | - |
| YUV | 160.18 | 180.38 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 253 | 0.26 | 0.49 | 0 | 0.01 | 267.58 | 0.97 | 0.75 |
| Hex | BA | 81 | FD | 1A | 31 | 0 | 1 | 10C | 61 | 4B |
| Octal | 272 | 201 | 375 | 32 | 61 | 0 | 1 | 414 | 141 | 113 |
| Binary | 10111010 | 10000001 | 11111101 | 11010 | 110001 | 0 | 1 | 100001100 | 1100001 | 1001011 |
Color Harmonies of #BA81FD
Complementary color
Monochromatic Colors of #BA81FD
Black with #BA81FD
Text Example
Text Example
White with #BA81FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA81FD; }
p { color: rgb(186,129,253); }
H1.HeaderClassName
{
color: #BA81FD;
}
.AnyTagClassName
{
color: #BA81FD;
}
</style>
background-color css
<style>
a { background-color: #BA81FD; }
a { background-color: rgb(186,129,253); }
div.DivClassName
{
background-color: #BA81FD;
}
.BgClassName
{
background-color: #BA81FD;
}
</style>
border-color css
<style>
span { border-color: #BA81FD; }
span { border-color: rgb(186,129,253); }
td.TdClassName
{
border-color: #BA81FD;
}
.TagClassName
{
border-color: #BA81FD;
}
</style>