Shades of Heliotrope #BF6FFF
Tints of Heliotrope #BF6FFF
RGB
CMYK
RGB Variations
Color information
#BF6FFF (or 0xBF6FFF) is known color: Heliotrope. HEX triplet: BF, 6F and FF. RGB value is (191,111,255). Sum of RGB (Red+Green+Blue) = 191+111+255=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF6FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6FFF is #409000. Grayscale: #969696. Windows color (decimal): -4231169 or 16740287. OLE color: 16740287.
HSL color Cylindrical-coordinate representation of color #BF6FFF: hue angle of 273.33º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF6FFF is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 111 | 255 | - |
| CMYK | 0.25 | 0.56 | 0 | 0 |
| HSL | 273.33º | 1% | 0.72% | - |
| HSV(B) | 273.33º | 0.56% | 1% | - |
| XYZ | 45.22 | 29.67 | 97.95 | - |
| YUV | 151.34 | 186.5 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 255 | 0.25 | 0.56 | 0 | 0 | 273.33 | 1 | 0.72 |
| Hex | BF | 6F | FF | 19 | 38 | 0 | 0 | 111 | 64 | 48 |
| Octal | 277 | 157 | 377 | 31 | 70 | 0 | 0 | 421 | 144 | 110 |
| Binary | 10111111 | 1101111 | 11111111 | 11001 | 111000 | 0 | 0 | 100010001 | 1100100 | 1001000 |
Color Harmonies of #BF6FFF
Complementary color
Monochromatic Colors of #BF6FFF
Black with #BF6FFF
Text Example
Text Example
White with #BF6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6FFF; }
p { color: rgb(191,111,255); }
H1.HeaderClassName
{
color: #BF6FFF;
}
.AnyTagClassName
{
color: #BF6FFF;
}
</style>
background-color css
<style>
a { background-color: #BF6FFF; }
a { background-color: rgb(191,111,255); }
div.DivClassName
{
background-color: #BF6FFF;
}
.BgClassName
{
background-color: #BF6FFF;
}
</style>
border-color css
<style>
span { border-color: #BF6FFF; }
span { border-color: rgb(191,111,255); }
td.TdClassName
{
border-color: #BF6FFF;
}
.TagClassName
{
border-color: #BF6FFF;
}
</style>