Shades of Heliotrope #BF68F4
Tints of Heliotrope #BF68F4
RGB
CMYK
RGB Variations
Color information
#BF68F4 (or 0xBF68F4) is known color: Heliotrope. HEX triplet: BF, 68 and F4. RGB value is (191,104,244). Sum of RGB (Red+Green+Blue) = 191+104+244=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #BF68F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68F4 is #40970B. Grayscale: #919191. Windows color (decimal): -4232972 or 16017599. OLE color: 16017599.
HSL color Cylindrical-coordinate representation of color #BF68F4: hue angle of 277.29º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF68F4 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 104 | 244 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.04 |
| HSL | 277.29º | 0.86% | 0.68% | - |
| HSV(B) | 277.29º | 0.57% | 0.96% | - |
| XYZ | 42.77 | 27.51 | 88.64 | - |
| YUV | 145.97 | 183.32 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 244 | 0.22 | 0.57 | 0 | 0.04 | 277.29 | 0.86 | 0.68 |
| Hex | BF | 68 | F4 | 16 | 39 | 0 | 4 | 115 | 56 | 44 |
| Octal | 277 | 150 | 364 | 26 | 71 | 0 | 4 | 425 | 126 | 104 |
| Binary | 10111111 | 1101000 | 11110100 | 10110 | 111001 | 0 | 100 | 100010101 | 1010110 | 1000100 |
Color Harmonies of #BF68F4
Complementary color
Monochromatic Colors of #BF68F4
Black with #BF68F4
Text Example
Text Example
White with #BF68F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68F4; }
p { color: rgb(191,104,244); }
H1.HeaderClassName
{
color: #BF68F4;
}
.AnyTagClassName
{
color: #BF68F4;
}
</style>
background-color css
<style>
a { background-color: #BF68F4; }
a { background-color: rgb(191,104,244); }
div.DivClassName
{
background-color: #BF68F4;
}
.BgClassName
{
background-color: #BF68F4;
}
</style>
border-color css
<style>
span { border-color: #BF68F4; }
span { border-color: rgb(191,104,244); }
td.TdClassName
{
border-color: #BF68F4;
}
.TagClassName
{
border-color: #BF68F4;
}
</style>