Shades of Heliotrope #BA63FF
Tints of Heliotrope #BA63FF
RGB
CMYK
RGB Variations
Color information
#BA63FF (or 0xBA63FF) is known color: Heliotrope. HEX triplet: BA, 63 and FF. RGB value is (186,99,255). Sum of RGB (Red+Green+Blue) = 186+99+255=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA63FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA63FF is #459C00. Grayscale: #8E8E8E. Windows color (decimal): -4561921 or 16737210. OLE color: 16737210.
HSL color Cylindrical-coordinate representation of color #BA63FF: hue angle of 273.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA63FF is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 99 | 255 | - |
| CMYK | 0.27 | 0.61 | 0 | 0 |
| HSL | 273.46º | 1% | 0.69% | - |
| HSV(B) | 273.46º | 0.61% | 1% | - |
| XYZ | 42.76 | 26.58 | 97.48 | - |
| YUV | 142.8 | 191.32 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 255 | 0.27 | 0.61 | 0 | 0 | 273.46 | 1 | 0.69 |
| Hex | BA | 63 | FF | 1B | 3D | 0 | 0 | 111 | 64 | 45 |
| Octal | 272 | 143 | 377 | 33 | 75 | 0 | 0 | 421 | 144 | 105 |
| Binary | 10111010 | 1100011 | 11111111 | 11011 | 111101 | 0 | 0 | 100010001 | 1100100 | 1000101 |
Color Harmonies of #BA63FF
Complementary color
Monochromatic Colors of #BA63FF
Black with #BA63FF
Text Example
Text Example
White with #BA63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63FF; }
p { color: rgb(186,99,255); }
H1.HeaderClassName
{
color: #BA63FF;
}
.AnyTagClassName
{
color: #BA63FF;
}
</style>
background-color css
<style>
a { background-color: #BA63FF; }
a { background-color: rgb(186,99,255); }
div.DivClassName
{
background-color: #BA63FF;
}
.BgClassName
{
background-color: #BA63FF;
}
</style>
border-color css
<style>
span { border-color: #BA63FF; }
span { border-color: rgb(186,99,255); }
td.TdClassName
{
border-color: #BA63FF;
}
.TagClassName
{
border-color: #BA63FF;
}
</style>