Shades of Heliotrope #BF70FF
Tints of Heliotrope #BF70FF
RGB
CMYK
RGB Variations
Color information
#BF70FF (or 0xBF70FF) is known color: Heliotrope. HEX triplet: BF, 70 and FF. RGB value is (191,112,255). Sum of RGB (Red+Green+Blue) = 191+112+255=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF70FF is #408F00. Grayscale: #979797. Windows color (decimal): -4230913 or 16740543. OLE color: 16740543.
HSL color Cylindrical-coordinate representation of color #BF70FF: hue angle of 273.15º 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 #BF70FF is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 112 | 255 | - |
| CMYK | 0.25 | 0.56 | 0 | 0 |
| HSL | 273.15º | 1% | 0.72% | - |
| HSV(B) | 273.15º | 0.56% | 1% | - |
| XYZ | 45.33 | 29.88 | 97.99 | - |
| YUV | 151.92 | 186.17 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 255 | 0.25 | 0.56 | 0 | 0 | 273.15 | 1 | 0.72 |
| Hex | BF | 70 | FF | 19 | 38 | 0 | 0 | 111 | 64 | 48 |
| Octal | 277 | 160 | 377 | 31 | 70 | 0 | 0 | 421 | 144 | 110 |
| Binary | 10111111 | 1110000 | 11111111 | 11001 | 111000 | 0 | 0 | 100010001 | 1100100 | 1001000 |
Color Harmonies of #BF70FF
Complementary color
Monochromatic Colors of #BF70FF
Black with #BF70FF
Text Example
Text Example
White with #BF70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF70FF; }
p { color: rgb(191,112,255); }
H1.HeaderClassName
{
color: #BF70FF;
}
.AnyTagClassName
{
color: #BF70FF;
}
</style>
background-color css
<style>
a { background-color: #BF70FF; }
a { background-color: rgb(191,112,255); }
div.DivClassName
{
background-color: #BF70FF;
}
.BgClassName
{
background-color: #BF70FF;
}
</style>
border-color css
<style>
span { border-color: #BF70FF; }
span { border-color: rgb(191,112,255); }
td.TdClassName
{
border-color: #BF70FF;
}
.TagClassName
{
border-color: #BF70FF;
}
</style>