Shades of Heliotrope #BA6CFD
Tints of Heliotrope #BA6CFD
RGB
CMYK
RGB Variations
Color information
#BA6CFD (or 0xBA6CFD) is known color: Heliotrope. HEX triplet: BA, 6C and FD. RGB value is (186,108,253). Sum of RGB (Red+Green+Blue) = 186+108+253=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA6CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CFD is #459302. Grayscale: #939393. Windows color (decimal): -4559619 or 16608442. OLE color: 16608442.
HSL color Cylindrical-coordinate representation of color #BA6CFD: hue angle of 272.28º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA6CFD is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 108 | 253 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.01 |
| HSL | 272.28º | 0.97% | 0.71% | - |
| HSV(B) | 272.28º | 0.57% | 0.99% | - |
| XYZ | 43.34 | 28.26 | 96.1 | - |
| YUV | 147.85 | 187.34 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 253 | 0.26 | 0.57 | 0 | 0.01 | 272.28 | 0.97 | 0.71 |
| Hex | BA | 6C | FD | 1A | 39 | 0 | 1 | 110 | 61 | 47 |
| Octal | 272 | 154 | 375 | 32 | 71 | 0 | 1 | 420 | 141 | 107 |
| Binary | 10111010 | 1101100 | 11111101 | 11010 | 111001 | 0 | 1 | 100010000 | 1100001 | 1000111 |
Color Harmonies of #BA6CFD
Complementary color
Monochromatic Colors of #BA6CFD
Black with #BA6CFD
Text Example
Text Example
White with #BA6CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CFD; }
p { color: rgb(186,108,253); }
H1.HeaderClassName
{
color: #BA6CFD;
}
.AnyTagClassName
{
color: #BA6CFD;
}
</style>
background-color css
<style>
a { background-color: #BA6CFD; }
a { background-color: rgb(186,108,253); }
div.DivClassName
{
background-color: #BA6CFD;
}
.BgClassName
{
background-color: #BA6CFD;
}
</style>
border-color css
<style>
span { border-color: #BA6CFD; }
span { border-color: rgb(186,108,253); }
td.TdClassName
{
border-color: #BA6CFD;
}
.TagClassName
{
border-color: #BA6CFD;
}
</style>