Shades of Heliotrope #BA65FD
Tints of Heliotrope #BA65FD
RGB
CMYK
RGB Variations
Color information
#BA65FD (or 0xBA65FD) is known color: Heliotrope. HEX triplet: BA, 65 and FD. RGB value is (186,101,253). Sum of RGB (Red+Green+Blue) = 186+101+253=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA65FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65FD is #459A02. Grayscale: #8F8F8F. Windows color (decimal): -4561411 or 16606650. OLE color: 16606650.
HSL color Cylindrical-coordinate representation of color #BA65FD: hue angle of 273.55º degrees, saturation: 0.97, 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 #BA65FD is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 101 | 253 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.01 |
| HSL | 273.55º | 0.97% | 0.69% | - |
| HSV(B) | 273.55º | 0.6% | 0.99% | - |
| XYZ | 42.63 | 26.84 | 95.86 | - |
| YUV | 143.74 | 189.66 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 253 | 0.26 | 0.60 | 0 | 0.01 | 273.55 | 0.97 | 0.69 |
| Hex | BA | 65 | FD | 1A | 3C | 0 | 1 | 112 | 61 | 45 |
| Octal | 272 | 145 | 375 | 32 | 74 | 0 | 1 | 422 | 141 | 105 |
| Binary | 10111010 | 1100101 | 11111101 | 11010 | 111100 | 0 | 1 | 100010010 | 1100001 | 1000101 |
Color Harmonies of #BA65FD
Complementary color
Monochromatic Colors of #BA65FD
Black with #BA65FD
Text Example
Text Example
White with #BA65FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65FD; }
p { color: rgb(186,101,253); }
H1.HeaderClassName
{
color: #BA65FD;
}
.AnyTagClassName
{
color: #BA65FD;
}
</style>
background-color css
<style>
a { background-color: #BA65FD; }
a { background-color: rgb(186,101,253); }
div.DivClassName
{
background-color: #BA65FD;
}
.BgClassName
{
background-color: #BA65FD;
}
</style>
border-color css
<style>
span { border-color: #BA65FD; }
span { border-color: rgb(186,101,253); }
td.TdClassName
{
border-color: #BA65FD;
}
.TagClassName
{
border-color: #BA65FD;
}
</style>