Shades of Heliotrope #BF7CFB
Tints of Heliotrope #BF7CFB
RGB
CMYK
RGB Variations
Color information
#BF7CFB (or 0xBF7CFB) is known color: Heliotrope. HEX triplet: BF, 7C and FB. RGB value is (191,124,251). Sum of RGB (Red+Green+Blue) = 191+124+251=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF7CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7CFB is #408304. Grayscale: #9E9E9E. Windows color (decimal): -4227845 or 16481471. OLE color: 16481471.
HSL color Cylindrical-coordinate representation of color #BF7CFB: hue angle of 271.65º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF7CFB is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 124 | 251 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.02 |
| HSL | 271.65º | 0.94% | 0.74% | - |
| HSV(B) | 271.65º | 0.51% | 0.98% | - |
| XYZ | 46.11 | 32.46 | 95.1 | - |
| YUV | 158.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 251 | 0.24 | 0.51 | 0 | 0.02 | 271.65 | 0.94 | 0.74 |
| Hex | BF | 7C | FB | 18 | 33 | 0 | 2 | 110 | 5E | 4A |
| Octal | 277 | 174 | 373 | 30 | 63 | 0 | 2 | 420 | 136 | 112 |
| Binary | 10111111 | 1111100 | 11111011 | 11000 | 110011 | 0 | 10 | 100010000 | 1011110 | 1001010 |
Color Harmonies of #BF7CFB
Complementary color
Monochromatic Colors of #BF7CFB
Black with #BF7CFB
Text Example
Text Example
White with #BF7CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7CFB; }
p { color: rgb(191,124,251); }
H1.HeaderClassName
{
color: #BF7CFB;
}
.AnyTagClassName
{
color: #BF7CFB;
}
</style>
background-color css
<style>
a { background-color: #BF7CFB; }
a { background-color: rgb(191,124,251); }
div.DivClassName
{
background-color: #BF7CFB;
}
.BgClassName
{
background-color: #BF7CFB;
}
</style>
border-color css
<style>
span { border-color: #BF7CFB; }
span { border-color: rgb(191,124,251); }
td.TdClassName
{
border-color: #BF7CFB;
}
.TagClassName
{
border-color: #BF7CFB;
}
</style>