Shades of Heliotrope #BA81FB
Tints of Heliotrope #BA81FB
RGB
CMYK
RGB Variations
Color information
#BA81FB (or 0xBA81FB) is known color: Heliotrope. HEX triplet: BA, 81 and FB. RGB value is (186,129,251). Sum of RGB (Red+Green+Blue) = 186+129+251=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA81FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA81FB is #457E04. Grayscale: #9F9F9F. Windows color (decimal): -4554245 or 16482746. OLE color: 16482746.
HSL color Cylindrical-coordinate representation of color #BA81FB: hue angle of 268.03º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA81FB is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 129 | 251 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.02 |
| HSL | 268.03º | 0.94% | 0.75% | - |
| HSV(B) | 268.03º | 0.49% | 0.98% | - |
| XYZ | 45.51 | 33.1 | 95.26 | - |
| YUV | 159.95 | 179.38 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 251 | 0.26 | 0.49 | 0 | 0.02 | 268.03 | 0.94 | 0.75 |
| Hex | BA | 81 | FB | 1A | 31 | 0 | 2 | 10C | 5E | 4B |
| Octal | 272 | 201 | 373 | 32 | 61 | 0 | 2 | 414 | 136 | 113 |
| Binary | 10111010 | 10000001 | 11111011 | 11010 | 110001 | 0 | 10 | 100001100 | 1011110 | 1001011 |
Color Harmonies of #BA81FB
Complementary color
Monochromatic Colors of #BA81FB
Black with #BA81FB
Text Example
Text Example
White with #BA81FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA81FB; }
p { color: rgb(186,129,251); }
H1.HeaderClassName
{
color: #BA81FB;
}
.AnyTagClassName
{
color: #BA81FB;
}
</style>
background-color css
<style>
a { background-color: #BA81FB; }
a { background-color: rgb(186,129,251); }
div.DivClassName
{
background-color: #BA81FB;
}
.BgClassName
{
background-color: #BA81FB;
}
</style>
border-color css
<style>
span { border-color: #BA81FB; }
span { border-color: rgb(186,129,251); }
td.TdClassName
{
border-color: #BA81FB;
}
.TagClassName
{
border-color: #BA81FB;
}
</style>