Shades of Heliotrope #BA7BFD
Tints of Heliotrope #BA7BFD
RGB
CMYK
RGB Variations
Color information
#BA7BFD (or 0xBA7BFD) is known color: Heliotrope. HEX triplet: BA, 7B and FD. RGB value is (186,123,253). Sum of RGB (Red+Green+Blue) = 186+123+253=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA7BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BFD is #458402. Grayscale: #9C9C9C. Windows color (decimal): -4555779 or 16612282. OLE color: 16612282.
HSL color Cylindrical-coordinate representation of color #BA7BFD: hue angle of 269.08º degrees, saturation: 0.97, 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 #BA7BFD is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 123 | 253 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.01 |
| HSL | 269.08º | 0.97% | 0.74% | - |
| HSV(B) | 269.08º | 0.51% | 0.99% | - |
| XYZ | 45.06 | 31.7 | 96.67 | - |
| YUV | 156.66 | 182.37 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 253 | 0.26 | 0.51 | 0 | 0.01 | 269.08 | 0.97 | 0.74 |
| Hex | BA | 7B | FD | 1A | 33 | 0 | 1 | 10D | 61 | 4A |
| Octal | 272 | 173 | 375 | 32 | 63 | 0 | 1 | 415 | 141 | 112 |
| Binary | 10111010 | 1111011 | 11111101 | 11010 | 110011 | 0 | 1 | 100001101 | 1100001 | 1001010 |
Color Harmonies of #BA7BFD
Complementary color
Monochromatic Colors of #BA7BFD
Black with #BA7BFD
Text Example
Text Example
White with #BA7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BFD; }
p { color: rgb(186,123,253); }
H1.HeaderClassName
{
color: #BA7BFD;
}
.AnyTagClassName
{
color: #BA7BFD;
}
</style>
background-color css
<style>
a { background-color: #BA7BFD; }
a { background-color: rgb(186,123,253); }
div.DivClassName
{
background-color: #BA7BFD;
}
.BgClassName
{
background-color: #BA7BFD;
}
</style>
border-color css
<style>
span { border-color: #BA7BFD; }
span { border-color: rgb(186,123,253); }
td.TdClassName
{
border-color: #BA7BFD;
}
.TagClassName
{
border-color: #BA7BFD;
}
</style>