Shades of Heliotrope #BF56FF
Tints of Heliotrope #BF56FF
RGB
CMYK
RGB Variations
Color information
#BF56FF (or 0xBF56FF) is known color: Heliotrope. HEX triplet: BF, 56 and FF. RGB value is (191,86,255). Sum of RGB (Red+Green+Blue) = 191+86+255=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 86 (33.98% from 255 or 16.17% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF56FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF56FF is #40A900. Grayscale: #888888. Windows color (decimal): -4237569 or 16733887. OLE color: 16733887.
HSL color Cylindrical-coordinate representation of color #BF56FF: hue angle of 277.28º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF56FF is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 86 | 255 | - |
| CMYK | 0.25 | 0.66 | 0 | 0 |
| HSL | 277.28º | 1% | 0.67% | - |
| HSV(B) | 277.28º | 0.66% | 1% | - |
| XYZ | 42.86 | 24.95 | 97.16 | - |
| YUV | 136.66 | 194.79 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 255 | 0.25 | 0.66 | 0 | 0 | 277.28 | 1 | 0.67 |
| Hex | BF | 56 | FF | 19 | 42 | 0 | 0 | 115 | 64 | 43 |
| Octal | 277 | 126 | 377 | 31 | 102 | 0 | 0 | 425 | 144 | 103 |
| Binary | 10111111 | 1010110 | 11111111 | 11001 | 1000010 | 0 | 0 | 100010101 | 1100100 | 1000011 |
Color Harmonies of #BF56FF
Complementary color
Monochromatic Colors of #BF56FF
Black with #BF56FF
Text Example
Text Example
White with #BF56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF56FF; }
p { color: rgb(191,86,255); }
H1.HeaderClassName
{
color: #BF56FF;
}
.AnyTagClassName
{
color: #BF56FF;
}
</style>
background-color css
<style>
a { background-color: #BF56FF; }
a { background-color: rgb(191,86,255); }
div.DivClassName
{
background-color: #BF56FF;
}
.BgClassName
{
background-color: #BF56FF;
}
</style>
border-color css
<style>
span { border-color: #BF56FF; }
span { border-color: rgb(191,86,255); }
td.TdClassName
{
border-color: #BF56FF;
}
.TagClassName
{
border-color: #BF56FF;
}
</style>