Shades of Heliotrope #BA65FC
Tints of Heliotrope #BA65FC
RGB
CMYK
RGB Variations
Color information
#BA65FC (or 0xBA65FC) is known color: Heliotrope. HEX triplet: BA, 65 and FC. RGB value is (186,101,252). Sum of RGB (Red+Green+Blue) = 186+101+252=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA65FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65FC is #459A03. Grayscale: #8F8F8F. Windows color (decimal): -4561412 or 16541114. OLE color: 16541114.
HSL color Cylindrical-coordinate representation of color #BA65FC: hue angle of 273.77º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA65FC is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 101 | 252 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.01 |
| HSL | 273.77º | 0.96% | 0.69% | - |
| HSV(B) | 273.77º | 0.6% | 0.99% | - |
| XYZ | 42.47 | 26.77 | 95.02 | - |
| YUV | 143.63 | 189.16 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 252 | 0.26 | 0.60 | 0 | 0.01 | 273.77 | 0.96 | 0.69 |
| Hex | BA | 65 | FC | 1A | 3C | 0 | 1 | 112 | 60 | 45 |
| Octal | 272 | 145 | 374 | 32 | 74 | 0 | 1 | 422 | 140 | 105 |
| Binary | 10111010 | 1100101 | 11111100 | 11010 | 111100 | 0 | 1 | 100010010 | 1100000 | 1000101 |
Color Harmonies of #BA65FC
Complementary color
Monochromatic Colors of #BA65FC
Black with #BA65FC
Text Example
Text Example
White with #BA65FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65FC; }
p { color: rgb(186,101,252); }
H1.HeaderClassName
{
color: #BA65FC;
}
.AnyTagClassName
{
color: #BA65FC;
}
</style>
background-color css
<style>
a { background-color: #BA65FC; }
a { background-color: rgb(186,101,252); }
div.DivClassName
{
background-color: #BA65FC;
}
.BgClassName
{
background-color: #BA65FC;
}
</style>
border-color css
<style>
span { border-color: #BA65FC; }
span { border-color: rgb(186,101,252); }
td.TdClassName
{
border-color: #BA65FC;
}
.TagClassName
{
border-color: #BA65FC;
}
</style>