Shades of Heliotrope #BA62FF
Tints of Heliotrope #BA62FF
RGB
CMYK
RGB Variations
Color information
#BA62FF (or 0xBA62FF) is known color: Heliotrope. HEX triplet: BA, 62 and FF. RGB value is (186,98,255). Sum of RGB (Red+Green+Blue) = 186+98+255=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 98 (38.67% from 255 or 18.18% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA62FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62FF is #459D00. Grayscale: #8D8D8D. Windows color (decimal): -4562177 or 16736954. OLE color: 16736954.
HSL color Cylindrical-coordinate representation of color #BA62FF: hue angle of 273.63º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA62FF is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 98 | 255 | - |
| CMYK | 0.27 | 0.62 | 0 | 0 |
| HSL | 273.63º | 1% | 0.69% | - |
| HSV(B) | 273.63º | 0.62% | 1% | - |
| XYZ | 42.67 | 26.39 | 97.45 | - |
| YUV | 142.21 | 191.65 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 255 | 0.27 | 0.62 | 0 | 0 | 273.63 | 1 | 0.69 |
| Hex | BA | 62 | FF | 1B | 3E | 0 | 0 | 112 | 64 | 45 |
| Octal | 272 | 142 | 377 | 33 | 76 | 0 | 0 | 422 | 144 | 105 |
| Binary | 10111010 | 1100010 | 11111111 | 11011 | 111110 | 0 | 0 | 100010010 | 1100100 | 1000101 |
Color Harmonies of #BA62FF
Complementary color
Monochromatic Colors of #BA62FF
Black with #BA62FF
Text Example
Text Example
White with #BA62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62FF; }
p { color: rgb(186,98,255); }
H1.HeaderClassName
{
color: #BA62FF;
}
.AnyTagClassName
{
color: #BA62FF;
}
</style>
background-color css
<style>
a { background-color: #BA62FF; }
a { background-color: rgb(186,98,255); }
div.DivClassName
{
background-color: #BA62FF;
}
.BgClassName
{
background-color: #BA62FF;
}
</style>
border-color css
<style>
span { border-color: #BA62FF; }
span { border-color: rgb(186,98,255); }
td.TdClassName
{
border-color: #BA62FF;
}
.TagClassName
{
border-color: #BA62FF;
}
</style>