Shades of Heliotrope #BF76F0
Tints of Heliotrope #BF76F0
RGB
CMYK
RGB Variations
Color information
#BF76F0 (or 0xBF76F0) is known color: Heliotrope. HEX triplet: BF, 76 and F0. RGB value is (191,118,240). Sum of RGB (Red+Green+Blue) = 191+118+240=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF76F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF76F0 is #40890F. Grayscale: #999999. Windows color (decimal): -4229392 or 15759039. OLE color: 15759039.
HSL color Cylindrical-coordinate representation of color #BF76F0: hue angle of 275.9º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF76F0 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 118 | 240 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.06 |
| HSL | 275.9º | 0.8% | 0.7% | - |
| HSV(B) | 275.9º | 0.51% | 0.94% | - |
| XYZ | 43.69 | 30.32 | 85.99 | - |
| YUV | 153.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 240 | 0.20 | 0.51 | 0 | 0.06 | 275.9 | 0.8 | 0.7 |
| Hex | BF | 76 | F0 | 14 | 33 | 0 | 6 | 114 | 50 | 46 |
| Octal | 277 | 166 | 360 | 24 | 63 | 0 | 6 | 424 | 120 | 106 |
| Binary | 10111111 | 1110110 | 11110000 | 10100 | 110011 | 0 | 110 | 100010100 | 1010000 | 1000110 |
Color Harmonies of #BF76F0
Complementary color
Monochromatic Colors of #BF76F0
Black with #BF76F0
Text Example
Text Example
White with #BF76F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76F0; }
p { color: rgb(191,118,240); }
H1.HeaderClassName
{
color: #BF76F0;
}
.AnyTagClassName
{
color: #BF76F0;
}
</style>
background-color css
<style>
a { background-color: #BF76F0; }
a { background-color: rgb(191,118,240); }
div.DivClassName
{
background-color: #BF76F0;
}
.BgClassName
{
background-color: #BF76F0;
}
</style>
border-color css
<style>
span { border-color: #BF76F0; }
span { border-color: rgb(191,118,240); }
td.TdClassName
{
border-color: #BF76F0;
}
.TagClassName
{
border-color: #BF76F0;
}
</style>