Shades of Heliotrope #BF6DFF
Tints of Heliotrope #BF6DFF
RGB
CMYK
RGB Variations
Color information
#BF6DFF (or 0xBF6DFF) is known color: Heliotrope. HEX triplet: BF, 6D and FF. RGB value is (191,109,255). Sum of RGB (Red+Green+Blue) = 191+109+255=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF6DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6DFF is #409200. Grayscale: #959595. Windows color (decimal): -4231681 or 16739775. OLE color: 16739775.
HSL color Cylindrical-coordinate representation of color #BF6DFF: hue angle of 273.7º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF6DFF is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 109 | 255 | - |
| CMYK | 0.25 | 0.57 | 0 | 0 |
| HSL | 273.7º | 1% | 0.71% | - |
| HSV(B) | 273.7º | 0.57% | 1% | - |
| XYZ | 45 | 29.23 | 97.88 | - |
| YUV | 150.16 | 187.17 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 255 | 0.25 | 0.57 | 0 | 0 | 273.7 | 1 | 0.71 |
| Hex | BF | 6D | FF | 19 | 39 | 0 | 0 | 112 | 64 | 47 |
| Octal | 277 | 155 | 377 | 31 | 71 | 0 | 0 | 422 | 144 | 107 |
| Binary | 10111111 | 1101101 | 11111111 | 11001 | 111001 | 0 | 0 | 100010010 | 1100100 | 1000111 |
Color Harmonies of #BF6DFF
Complementary color
Monochromatic Colors of #BF6DFF
Black with #BF6DFF
Text Example
Text Example
White with #BF6DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6DFF; }
p { color: rgb(191,109,255); }
H1.HeaderClassName
{
color: #BF6DFF;
}
.AnyTagClassName
{
color: #BF6DFF;
}
</style>
background-color css
<style>
a { background-color: #BF6DFF; }
a { background-color: rgb(191,109,255); }
div.DivClassName
{
background-color: #BF6DFF;
}
.BgClassName
{
background-color: #BF6DFF;
}
</style>
border-color css
<style>
span { border-color: #BF6DFF; }
span { border-color: rgb(191,109,255); }
td.TdClassName
{
border-color: #BF6DFF;
}
.TagClassName
{
border-color: #BF6DFF;
}
</style>