Shades of Heliotrope #BA7BFC
Tints of Heliotrope #BA7BFC
RGB
CMYK
RGB Variations
Color information
#BA7BFC (or 0xBA7BFC) is known color: Heliotrope. HEX triplet: BA, 7B and FC. RGB value is (186,123,252). Sum of RGB (Red+Green+Blue) = 186+123+252=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA7BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BFC is #458403. Grayscale: #9C9C9C. Windows color (decimal): -4555780 or 16546746. OLE color: 16546746.
HSL color Cylindrical-coordinate representation of color #BA7BFC: hue angle of 269.3º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA7BFC is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 123 | 252 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.01 |
| HSL | 269.3º | 0.96% | 0.74% | - |
| HSV(B) | 269.3º | 0.51% | 0.99% | - |
| XYZ | 44.9 | 31.63 | 95.83 | - |
| YUV | 156.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 252 | 0.26 | 0.51 | 0 | 0.01 | 269.3 | 0.96 | 0.74 |
| Hex | BA | 7B | FC | 1A | 33 | 0 | 1 | 10D | 60 | 4A |
| Octal | 272 | 173 | 374 | 32 | 63 | 0 | 1 | 415 | 140 | 112 |
| Binary | 10111010 | 1111011 | 11111100 | 11010 | 110011 | 0 | 1 | 100001101 | 1100000 | 1001010 |
Color Harmonies of #BA7BFC
Complementary color
Monochromatic Colors of #BA7BFC
Black with #BA7BFC
Text Example
Text Example
White with #BA7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BFC; }
p { color: rgb(186,123,252); }
H1.HeaderClassName
{
color: #BA7BFC;
}
.AnyTagClassName
{
color: #BA7BFC;
}
</style>
background-color css
<style>
a { background-color: #BA7BFC; }
a { background-color: rgb(186,123,252); }
div.DivClassName
{
background-color: #BA7BFC;
}
.BgClassName
{
background-color: #BA7BFC;
}
</style>
border-color css
<style>
span { border-color: #BA7BFC; }
span { border-color: rgb(186,123,252); }
td.TdClassName
{
border-color: #BA7BFC;
}
.TagClassName
{
border-color: #BA7BFC;
}
</style>