Shades of Heliotrope #BA67F8
Tints of Heliotrope #BA67F8
RGB
CMYK
RGB Variations
Color information
#BA67F8 (or 0xBA67F8) is known color: Heliotrope. HEX triplet: BA, 67 and F8. RGB value is (186,103,248). Sum of RGB (Red+Green+Blue) = 186+103+248=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA67F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67F8 is #459807. Grayscale: #8F8F8F. Windows color (decimal): -4560904 or 16279482. OLE color: 16279482.
HSL color Cylindrical-coordinate representation of color #BA67F8: hue angle of 274.34º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA67F8 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 103 | 248 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.03 |
| HSL | 274.34º | 0.91% | 0.69% | - |
| HSV(B) | 274.34º | 0.58% | 0.97% | - |
| XYZ | 42.04 | 26.92 | 91.79 | - |
| YUV | 144.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 248 | 0.25 | 0.58 | 0 | 0.03 | 274.34 | 0.91 | 0.69 |
| Hex | BA | 67 | F8 | 19 | 3A | 0 | 3 | 112 | 5B | 45 |
| Octal | 272 | 147 | 370 | 31 | 72 | 0 | 3 | 422 | 133 | 105 |
| Binary | 10111010 | 1100111 | 11111000 | 11001 | 111010 | 0 | 11 | 100010010 | 1011011 | 1000101 |
Color Harmonies of #BA67F8
Complementary color
Monochromatic Colors of #BA67F8
Black with #BA67F8
Text Example
Text Example
White with #BA67F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67F8; }
p { color: rgb(186,103,248); }
H1.HeaderClassName
{
color: #BA67F8;
}
.AnyTagClassName
{
color: #BA67F8;
}
</style>
background-color css
<style>
a { background-color: #BA67F8; }
a { background-color: rgb(186,103,248); }
div.DivClassName
{
background-color: #BA67F8;
}
.BgClassName
{
background-color: #BA67F8;
}
</style>
border-color css
<style>
span { border-color: #BA67F8; }
span { border-color: rgb(186,103,248); }
td.TdClassName
{
border-color: #BA67F8;
}
.TagClassName
{
border-color: #BA67F8;
}
</style>