Shades of Heliotrope #BF6AF1
Tints of Heliotrope #BF6AF1
RGB
CMYK
RGB Variations
Color information
#BF6AF1 (or 0xBF6AF1) is known color: Heliotrope. HEX triplet: BF, 6A and F1. RGB value is (191,106,241). Sum of RGB (Red+Green+Blue) = 191+106+241=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF6AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6AF1 is #40950E. Grayscale: #929292. Windows color (decimal): -4232463 or 15821503. OLE color: 15821503.
HSL color Cylindrical-coordinate representation of color #BF6AF1: hue angle of 277.78º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF6AF1 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 106 | 241 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.05 |
| HSL | 277.78º | 0.83% | 0.68% | - |
| HSV(B) | 277.78º | 0.56% | 0.95% | - |
| XYZ | 42.52 | 27.74 | 86.33 | - |
| YUV | 146.81 | 181.16 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 241 | 0.21 | 0.56 | 0 | 0.05 | 277.78 | 0.83 | 0.68 |
| Hex | BF | 6A | F1 | 15 | 38 | 0 | 5 | 116 | 53 | 44 |
| Octal | 277 | 152 | 361 | 25 | 70 | 0 | 5 | 426 | 123 | 104 |
| Binary | 10111111 | 1101010 | 11110001 | 10101 | 111000 | 0 | 101 | 100010110 | 1010011 | 1000100 |
Color Harmonies of #BF6AF1
Complementary color
Monochromatic Colors of #BF6AF1
Black with #BF6AF1
Text Example
Text Example
White with #BF6AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6AF1; }
p { color: rgb(191,106,241); }
H1.HeaderClassName
{
color: #BF6AF1;
}
.AnyTagClassName
{
color: #BF6AF1;
}
</style>
background-color css
<style>
a { background-color: #BF6AF1; }
a { background-color: rgb(191,106,241); }
div.DivClassName
{
background-color: #BF6AF1;
}
.BgClassName
{
background-color: #BF6AF1;
}
</style>
border-color css
<style>
span { border-color: #BF6AF1; }
span { border-color: rgb(191,106,241); }
td.TdClassName
{
border-color: #BF6AF1;
}
.TagClassName
{
border-color: #BF6AF1;
}
</style>