Shades of Heliotrope #BA65F9
Tints of Heliotrope #BA65F9
RGB
CMYK
RGB Variations
Color information
#BA65F9 (or 0xBA65F9) is known color: Heliotrope. HEX triplet: BA, 65 and F9. RGB value is (186,101,249). Sum of RGB (Red+Green+Blue) = 186+101+249=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA65F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65F9 is #459A06. Grayscale: #8E8E8E. Windows color (decimal): -4561415 or 16344506. OLE color: 16344506.
HSL color Cylindrical-coordinate representation of color #BA65F9: hue angle of 274.46º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA65F9 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 101 | 249 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.02 |
| HSL | 274.46º | 0.93% | 0.69% | - |
| HSV(B) | 274.46º | 0.59% | 0.98% | - |
| XYZ | 42 | 26.59 | 92.54 | - |
| YUV | 143.29 | 187.66 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 249 | 0.25 | 0.59 | 0 | 0.02 | 274.46 | 0.93 | 0.69 |
| Hex | BA | 65 | F9 | 19 | 3B | 0 | 2 | 112 | 5C | 45 |
| Octal | 272 | 145 | 371 | 31 | 73 | 0 | 2 | 422 | 134 | 105 |
| Binary | 10111010 | 1100101 | 11111001 | 11001 | 111011 | 0 | 10 | 100010010 | 1011100 | 1000101 |
Color Harmonies of #BA65F9
Complementary color
Monochromatic Colors of #BA65F9
Black with #BA65F9
Text Example
Text Example
White with #BA65F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65F9; }
p { color: rgb(186,101,249); }
H1.HeaderClassName
{
color: #BA65F9;
}
.AnyTagClassName
{
color: #BA65F9;
}
</style>
background-color css
<style>
a { background-color: #BA65F9; }
a { background-color: rgb(186,101,249); }
div.DivClassName
{
background-color: #BA65F9;
}
.BgClassName
{
background-color: #BA65F9;
}
</style>
border-color css
<style>
span { border-color: #BA65F9; }
span { border-color: rgb(186,101,249); }
td.TdClassName
{
border-color: #BA65F9;
}
.TagClassName
{
border-color: #BA65F9;
}
</style>