Shades of Heliotrope #BF64F7
Tints of Heliotrope #BF64F7
RGB
CMYK
RGB Variations
Color information
#BF64F7 (or 0xBF64F7) is known color: Heliotrope. HEX triplet: BF, 64 and F7. RGB value is (191,100,247). Sum of RGB (Red+Green+Blue) = 191+100+247=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #BF64F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF64F7 is #409B08. Grayscale: #8F8F8F. Windows color (decimal): -4233993 or 16213183. OLE color: 16213183.
HSL color Cylindrical-coordinate representation of color #BF64F7: hue angle of 277.14º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF64F7 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 100 | 247 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.03 |
| HSL | 277.14º | 0.9% | 0.68% | - |
| HSV(B) | 277.14º | 0.6% | 0.97% | - |
| XYZ | 42.83 | 26.91 | 90.93 | - |
| YUV | 143.97 | 186.15 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 247 | 0.23 | 0.60 | 0 | 0.03 | 277.14 | 0.9 | 0.68 |
| Hex | BF | 64 | F7 | 17 | 3C | 0 | 3 | 115 | 5A | 44 |
| Octal | 277 | 144 | 367 | 27 | 74 | 0 | 3 | 425 | 132 | 104 |
| Binary | 10111111 | 1100100 | 11110111 | 10111 | 111100 | 0 | 11 | 100010101 | 1011010 | 1000100 |
Color Harmonies of #BF64F7
Complementary color
Monochromatic Colors of #BF64F7
Black with #BF64F7
Text Example
Text Example
White with #BF64F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64F7; }
p { color: rgb(191,100,247); }
H1.HeaderClassName
{
color: #BF64F7;
}
.AnyTagClassName
{
color: #BF64F7;
}
</style>
background-color css
<style>
a { background-color: #BF64F7; }
a { background-color: rgb(191,100,247); }
div.DivClassName
{
background-color: #BF64F7;
}
.BgClassName
{
background-color: #BF64F7;
}
</style>
border-color css
<style>
span { border-color: #BF64F7; }
span { border-color: rgb(191,100,247); }
td.TdClassName
{
border-color: #BF64F7;
}
.TagClassName
{
border-color: #BF64F7;
}
</style>