Shades of Heliotrope #BA74FF
Tints of Heliotrope #BA74FF
RGB
CMYK
RGB Variations
Color information
#BA74FF (or 0xBA74FF) is known color: Heliotrope. HEX triplet: BA, 74 and FF. RGB value is (186,116,255). Sum of RGB (Red+Green+Blue) = 186+116+255=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA74FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74FF is #458B00. Grayscale: #989898. Windows color (decimal): -4557569 or 16741562. OLE color: 16741562.
HSL color Cylindrical-coordinate representation of color #BA74FF: hue angle of 270.22º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA74FF is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 116 | 255 | - |
| CMYK | 0.27 | 0.55 | 0 | 0 |
| HSL | 270.22º | 1% | 0.73% | - |
| HSV(B) | 270.22º | 0.55% | 1% | - |
| XYZ | 44.55 | 30.15 | 98.08 | - |
| YUV | 152.78 | 185.69 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 255 | 0.27 | 0.55 | 0 | 0 | 270.22 | 1 | 0.73 |
| Hex | BA | 74 | FF | 1B | 37 | 0 | 0 | 10E | 64 | 49 |
| Octal | 272 | 164 | 377 | 33 | 67 | 0 | 0 | 416 | 144 | 111 |
| Binary | 10111010 | 1110100 | 11111111 | 11011 | 110111 | 0 | 0 | 100001110 | 1100100 | 1001001 |
Color Harmonies of #BA74FF
Complementary color
Monochromatic Colors of #BA74FF
Black with #BA74FF
Text Example
Text Example
White with #BA74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74FF; }
p { color: rgb(186,116,255); }
H1.HeaderClassName
{
color: #BA74FF;
}
.AnyTagClassName
{
color: #BA74FF;
}
</style>
background-color css
<style>
a { background-color: #BA74FF; }
a { background-color: rgb(186,116,255); }
div.DivClassName
{
background-color: #BA74FF;
}
.BgClassName
{
background-color: #BA74FF;
}
</style>
border-color css
<style>
span { border-color: #BA74FF; }
span { border-color: rgb(186,116,255); }
td.TdClassName
{
border-color: #BA74FF;
}
.TagClassName
{
border-color: #BA74FF;
}
</style>