Shades of Heliotrope #BA69FD
Tints of Heliotrope #BA69FD
RGB
CMYK
RGB Variations
Color information
#BA69FD (or 0xBA69FD) is known color: Heliotrope. HEX triplet: BA, 69 and FD. RGB value is (186,105,253). Sum of RGB (Red+Green+Blue) = 186+105+253=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA69FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69FD is #459602. Grayscale: #919191. Windows color (decimal): -4560387 or 16607674. OLE color: 16607674.
HSL color Cylindrical-coordinate representation of color #BA69FD: hue angle of 272.84º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA69FD is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 105 | 253 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.01 |
| HSL | 272.84º | 0.97% | 0.7% | - |
| HSV(B) | 272.84º | 0.58% | 0.99% | - |
| XYZ | 43.03 | 27.63 | 95.99 | - |
| YUV | 146.09 | 188.34 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 253 | 0.26 | 0.58 | 0 | 0.01 | 272.84 | 0.97 | 0.7 |
| Hex | BA | 69 | FD | 1A | 3A | 0 | 1 | 111 | 61 | 46 |
| Octal | 272 | 151 | 375 | 32 | 72 | 0 | 1 | 421 | 141 | 106 |
| Binary | 10111010 | 1101001 | 11111101 | 11010 | 111010 | 0 | 1 | 100010001 | 1100001 | 1000110 |
Color Harmonies of #BA69FD
Complementary color
Monochromatic Colors of #BA69FD
Black with #BA69FD
Text Example
Text Example
White with #BA69FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69FD; }
p { color: rgb(186,105,253); }
H1.HeaderClassName
{
color: #BA69FD;
}
.AnyTagClassName
{
color: #BA69FD;
}
</style>
background-color css
<style>
a { background-color: #BA69FD; }
a { background-color: rgb(186,105,253); }
div.DivClassName
{
background-color: #BA69FD;
}
.BgClassName
{
background-color: #BA69FD;
}
</style>
border-color css
<style>
span { border-color: #BA69FD; }
span { border-color: rgb(186,105,253); }
td.TdClassName
{
border-color: #BA69FD;
}
.TagClassName
{
border-color: #BA69FD;
}
</style>