Shades of Heliotrope #BA67F9
Tints of Heliotrope #BA67F9
RGB
CMYK
RGB Variations
Color information
#BA67F9 (or 0xBA67F9) is known color: Heliotrope. HEX triplet: BA, 67 and F9. RGB value is (186,103,249). Sum of RGB (Red+Green+Blue) = 186+103+249=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA67F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67F9 is #459806. Grayscale: #8F8F8F. Windows color (decimal): -4560903 or 16345018. OLE color: 16345018.
HSL color Cylindrical-coordinate representation of color #BA67F9: hue angle of 274.11º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA67F9 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 103 | 249 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.02 |
| HSL | 274.11º | 0.92% | 0.69% | - |
| HSV(B) | 274.11º | 0.59% | 0.98% | - |
| XYZ | 42.2 | 26.98 | 92.61 | - |
| YUV | 144.46 | 187 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 249 | 0.25 | 0.59 | 0 | 0.02 | 274.11 | 0.92 | 0.69 |
| Hex | BA | 67 | F9 | 19 | 3B | 0 | 2 | 112 | 5C | 45 |
| Octal | 272 | 147 | 371 | 31 | 73 | 0 | 2 | 422 | 134 | 105 |
| Binary | 10111010 | 1100111 | 11111001 | 11001 | 111011 | 0 | 10 | 100010010 | 1011100 | 1000101 |
Color Harmonies of #BA67F9
Complementary color
Monochromatic Colors of #BA67F9
Black with #BA67F9
Text Example
Text Example
White with #BA67F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67F9; }
p { color: rgb(186,103,249); }
H1.HeaderClassName
{
color: #BA67F9;
}
.AnyTagClassName
{
color: #BA67F9;
}
</style>
background-color css
<style>
a { background-color: #BA67F9; }
a { background-color: rgb(186,103,249); }
div.DivClassName
{
background-color: #BA67F9;
}
.BgClassName
{
background-color: #BA67F9;
}
</style>
border-color css
<style>
span { border-color: #BA67F9; }
span { border-color: rgb(186,103,249); }
td.TdClassName
{
border-color: #BA67F9;
}
.TagClassName
{
border-color: #BA67F9;
}
</style>