Shades of Heliotrope #BA69FC
Tints of Heliotrope #BA69FC
RGB
CMYK
RGB Variations
Color information
#BA69FC (or 0xBA69FC) is known color: Heliotrope. HEX triplet: BA, 69 and FC. RGB value is (186,105,252). Sum of RGB (Red+Green+Blue) = 186+105+252=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA69FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69FC is #459603. Grayscale: #919191. Windows color (decimal): -4560388 or 16542138. OLE color: 16542138.
HSL color Cylindrical-coordinate representation of color #BA69FC: hue angle of 273.06º degrees, saturation: 0.96, 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 #BA69FC is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 105 | 252 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.01 |
| HSL | 273.06º | 0.96% | 0.7% | - |
| HSV(B) | 273.06º | 0.58% | 0.99% | - |
| XYZ | 42.87 | 27.57 | 95.16 | - |
| YUV | 145.98 | 187.84 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 252 | 0.26 | 0.58 | 0 | 0.01 | 273.06 | 0.96 | 0.7 |
| Hex | BA | 69 | FC | 1A | 3A | 0 | 1 | 111 | 60 | 46 |
| Octal | 272 | 151 | 374 | 32 | 72 | 0 | 1 | 421 | 140 | 106 |
| Binary | 10111010 | 1101001 | 11111100 | 11010 | 111010 | 0 | 1 | 100010001 | 1100000 | 1000110 |
Color Harmonies of #BA69FC
Complementary color
Monochromatic Colors of #BA69FC
Black with #BA69FC
Text Example
Text Example
White with #BA69FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69FC; }
p { color: rgb(186,105,252); }
H1.HeaderClassName
{
color: #BA69FC;
}
.AnyTagClassName
{
color: #BA69FC;
}
</style>
background-color css
<style>
a { background-color: #BA69FC; }
a { background-color: rgb(186,105,252); }
div.DivClassName
{
background-color: #BA69FC;
}
.BgClassName
{
background-color: #BA69FC;
}
</style>
border-color css
<style>
span { border-color: #BA69FC; }
span { border-color: rgb(186,105,252); }
td.TdClassName
{
border-color: #BA69FC;
}
.TagClassName
{
border-color: #BA69FC;
}
</style>