Shades of Heliotrope #BA66FE
Tints of Heliotrope #BA66FE
RGB
CMYK
RGB Variations
Color information
#BA66FE (or 0xBA66FE) is known color: Heliotrope. HEX triplet: BA, 66 and FE. RGB value is (186,102,254). Sum of RGB (Red+Green+Blue) = 186+102+254=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA66FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66FE is #459901. Grayscale: #8F8F8F. Windows color (decimal): -4561154 or 16672442. OLE color: 16672442.
HSL color Cylindrical-coordinate representation of color #BA66FE: hue angle of 273.16º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA66FE is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 102 | 254 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.00 |
| HSL | 273.16º | 0.99% | 0.7% | - |
| HSV(B) | 273.16º | 0.6% | 1% | - |
| XYZ | 42.89 | 27.1 | 96.74 | - |
| YUV | 144.44 | 189.83 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 254 | 0.27 | 0.60 | 0 | 0.00 | 273.16 | 0.99 | 0.7 |
| Hex | BA | 66 | FE | 1B | 3C | 0 | 0 | 111 | 63 | 46 |
| Octal | 272 | 146 | 376 | 33 | 74 | 0 | 0 | 421 | 143 | 106 |
| Binary | 10111010 | 1100110 | 11111110 | 11011 | 111100 | 0 | 0 | 100010001 | 1100011 | 1000110 |
Color Harmonies of #BA66FE
Complementary color
Monochromatic Colors of #BA66FE
Black with #BA66FE
Text Example
Text Example
White with #BA66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66FE; }
p { color: rgb(186,102,254); }
H1.HeaderClassName
{
color: #BA66FE;
}
.AnyTagClassName
{
color: #BA66FE;
}
</style>
background-color css
<style>
a { background-color: #BA66FE; }
a { background-color: rgb(186,102,254); }
div.DivClassName
{
background-color: #BA66FE;
}
.BgClassName
{
background-color: #BA66FE;
}
</style>
border-color css
<style>
span { border-color: #BA66FE; }
span { border-color: rgb(186,102,254); }
td.TdClassName
{
border-color: #BA66FE;
}
.TagClassName
{
border-color: #BA66FE;
}
</style>