Shades of Heliotrope #BA6BFD
Tints of Heliotrope #BA6BFD
RGB
CMYK
RGB Variations
Color information
#BA6BFD (or 0xBA6BFD) is known color: Heliotrope. HEX triplet: BA, 6B and FD. RGB value is (186,107,253). Sum of RGB (Red+Green+Blue) = 186+107+253=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA6BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6BFD is #459402. Grayscale: #929292. Windows color (decimal): -4559875 or 16608186. OLE color: 16608186.
HSL color Cylindrical-coordinate representation of color #BA6BFD: hue angle of 272.47º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA6BFD is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 107 | 253 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.01 |
| HSL | 272.47º | 0.97% | 0.71% | - |
| HSV(B) | 272.47º | 0.58% | 0.99% | - |
| XYZ | 43.24 | 28.05 | 96.06 | - |
| YUV | 147.27 | 187.67 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 253 | 0.26 | 0.58 | 0 | 0.01 | 272.47 | 0.97 | 0.71 |
| Hex | BA | 6B | FD | 1A | 3A | 0 | 1 | 110 | 61 | 47 |
| Octal | 272 | 153 | 375 | 32 | 72 | 0 | 1 | 420 | 141 | 107 |
| Binary | 10111010 | 1101011 | 11111101 | 11010 | 111010 | 0 | 1 | 100010000 | 1100001 | 1000111 |
Color Harmonies of #BA6BFD
Complementary color
Monochromatic Colors of #BA6BFD
Black with #BA6BFD
Text Example
Text Example
White with #BA6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BFD; }
p { color: rgb(186,107,253); }
H1.HeaderClassName
{
color: #BA6BFD;
}
.AnyTagClassName
{
color: #BA6BFD;
}
</style>
background-color css
<style>
a { background-color: #BA6BFD; }
a { background-color: rgb(186,107,253); }
div.DivClassName
{
background-color: #BA6BFD;
}
.BgClassName
{
background-color: #BA6BFD;
}
</style>
border-color css
<style>
span { border-color: #BA6BFD; }
span { border-color: rgb(186,107,253); }
td.TdClassName
{
border-color: #BA6BFD;
}
.TagClassName
{
border-color: #BA6BFD;
}
</style>