Shades of Heliotrope #BA7BF8
Tints of Heliotrope #BA7BF8
RGB
CMYK
RGB Variations
Color information
#BA7BF8 (or 0xBA7BF8) is known color: Heliotrope. HEX triplet: BA, 7B and F8. RGB value is (186,123,248). Sum of RGB (Red+Green+Blue) = 186+123+248=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA7BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BF8 is #458407. Grayscale: #9B9B9B. Windows color (decimal): -4555784 or 16284602. OLE color: 16284602.
HSL color Cylindrical-coordinate representation of color #BA7BF8: hue angle of 270.24º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7BF8 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 123 | 248 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.03 |
| HSL | 270.24º | 0.9% | 0.73% | - |
| HSV(B) | 270.24º | 0.5% | 0.97% | - |
| XYZ | 44.28 | 31.38 | 92.53 | - |
| YUV | 156.09 | 179.87 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 248 | 0.25 | 0.50 | 0 | 0.03 | 270.24 | 0.9 | 0.73 |
| Hex | BA | 7B | F8 | 19 | 32 | 0 | 3 | 10E | 5A | 49 |
| Octal | 272 | 173 | 370 | 31 | 62 | 0 | 3 | 416 | 132 | 111 |
| Binary | 10111010 | 1111011 | 11111000 | 11001 | 110010 | 0 | 11 | 100001110 | 1011010 | 1001001 |
Color Harmonies of #BA7BF8
Complementary color
Monochromatic Colors of #BA7BF8
Black with #BA7BF8
Text Example
Text Example
White with #BA7BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BF8; }
p { color: rgb(186,123,248); }
H1.HeaderClassName
{
color: #BA7BF8;
}
.AnyTagClassName
{
color: #BA7BF8;
}
</style>
background-color css
<style>
a { background-color: #BA7BF8; }
a { background-color: rgb(186,123,248); }
div.DivClassName
{
background-color: #BA7BF8;
}
.BgClassName
{
background-color: #BA7BF8;
}
</style>
border-color css
<style>
span { border-color: #BA7BF8; }
span { border-color: rgb(186,123,248); }
td.TdClassName
{
border-color: #BA7BF8;
}
.TagClassName
{
border-color: #BA7BF8;
}
</style>