Shades of Heliotrope #BF74F4
Tints of Heliotrope #BF74F4
RGB
CMYK
RGB Variations
Color information
#BF74F4 (or 0xBF74F4) is known color: Heliotrope. HEX triplet: BF, 74 and F4. RGB value is (191,116,244). Sum of RGB (Red+Green+Blue) = 191+116+244=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 244 (95.70% from 255 or 44.28% from 551); Max value from RGB is 244 - color contains mainly: blue. Hex color #BF74F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF74F4 is #408B0B. Grayscale: #989898. Windows color (decimal): -4229900 or 16020671. OLE color: 16020671.
HSL color Cylindrical-coordinate representation of color #BF74F4: hue angle of 275.16º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF74F4 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 116 | 244 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.04 |
| HSL | 275.16º | 0.85% | 0.71% | - |
| HSV(B) | 275.16º | 0.52% | 0.96% | - |
| XYZ | 44.06 | 30.1 | 89.08 | - |
| YUV | 153.02 | 179.35 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 244 | 0.22 | 0.52 | 0 | 0.04 | 275.16 | 0.85 | 0.71 |
| Hex | BF | 74 | F4 | 16 | 34 | 0 | 4 | 113 | 55 | 47 |
| Octal | 277 | 164 | 364 | 26 | 64 | 0 | 4 | 423 | 125 | 107 |
| Binary | 10111111 | 1110100 | 11110100 | 10110 | 110100 | 0 | 100 | 100010011 | 1010101 | 1000111 |
Color Harmonies of #BF74F4
Complementary color
Monochromatic Colors of #BF74F4
Black with #BF74F4
Text Example
Text Example
White with #BF74F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF74F4; }
p { color: rgb(191,116,244); }
H1.HeaderClassName
{
color: #BF74F4;
}
.AnyTagClassName
{
color: #BF74F4;
}
</style>
background-color css
<style>
a { background-color: #BF74F4; }
a { background-color: rgb(191,116,244); }
div.DivClassName
{
background-color: #BF74F4;
}
.BgClassName
{
background-color: #BF74F4;
}
</style>
border-color css
<style>
span { border-color: #BF74F4; }
span { border-color: rgb(191,116,244); }
td.TdClassName
{
border-color: #BF74F4;
}
.TagClassName
{
border-color: #BF74F4;
}
</style>