Shades of Heliotrope #BF70F0
Tints of Heliotrope #BF70F0
RGB
CMYK
RGB Variations
Color information
#BF70F0 (or 0xBF70F0) is known color: Heliotrope. HEX triplet: BF, 70 and F0. RGB value is (191,112,240). Sum of RGB (Red+Green+Blue) = 191+112+240=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF70F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF70F0 is #408F0F. Grayscale: #959595. Windows color (decimal): -4230928 or 15757503. OLE color: 15757503.
HSL color Cylindrical-coordinate representation of color #BF70F0: hue angle of 277.03º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF70F0 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 112 | 240 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.06 |
| HSL | 277.03º | 0.81% | 0.69% | - |
| HSV(B) | 277.03º | 0.53% | 0.94% | - |
| XYZ | 43.01 | 28.96 | 85.76 | - |
| YUV | 150.21 | 178.67 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 240 | 0.20 | 0.53 | 0 | 0.06 | 277.03 | 0.81 | 0.69 |
| Hex | BF | 70 | F0 | 14 | 35 | 0 | 6 | 115 | 51 | 45 |
| Octal | 277 | 160 | 360 | 24 | 65 | 0 | 6 | 425 | 121 | 105 |
| Binary | 10111111 | 1110000 | 11110000 | 10100 | 110101 | 0 | 110 | 100010101 | 1010001 | 1000101 |
Color Harmonies of #BF70F0
Complementary color
Monochromatic Colors of #BF70F0
Black with #BF70F0
Text Example
Text Example
White with #BF70F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF70F0; }
p { color: rgb(191,112,240); }
H1.HeaderClassName
{
color: #BF70F0;
}
.AnyTagClassName
{
color: #BF70F0;
}
</style>
background-color css
<style>
a { background-color: #BF70F0; }
a { background-color: rgb(191,112,240); }
div.DivClassName
{
background-color: #BF70F0;
}
.BgClassName
{
background-color: #BF70F0;
}
</style>
border-color css
<style>
span { border-color: #BF70F0; }
span { border-color: rgb(191,112,240); }
td.TdClassName
{
border-color: #BF70F0;
}
.TagClassName
{
border-color: #BF70F0;
}
</style>