Shades of Heliotrope #BF7BFB
Tints of Heliotrope #BF7BFB
RGB
CMYK
RGB Variations
Color information
#BF7BFB (or 0xBF7BFB) is known color: Heliotrope. HEX triplet: BF, 7B and FB. RGB value is (191,123,251). Sum of RGB (Red+Green+Blue) = 191+123+251=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF7BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7BFB is #408404. Grayscale: #9D9D9D. Windows color (decimal): -4228101 or 16481215. OLE color: 16481215.
HSL color Cylindrical-coordinate representation of color #BF7BFB: hue angle of 271.88º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF7BFB is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 123 | 251 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.02 |
| HSL | 271.88º | 0.94% | 0.73% | - |
| HSV(B) | 271.88º | 0.51% | 0.98% | - |
| XYZ | 45.98 | 32.21 | 95.06 | - |
| YUV | 157.92 | 180.53 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 251 | 0.24 | 0.51 | 0 | 0.02 | 271.88 | 0.94 | 0.73 |
| Hex | BF | 7B | FB | 18 | 33 | 0 | 2 | 110 | 5E | 49 |
| Octal | 277 | 173 | 373 | 30 | 63 | 0 | 2 | 420 | 136 | 111 |
| Binary | 10111111 | 1111011 | 11111011 | 11000 | 110011 | 0 | 10 | 100010000 | 1011110 | 1001001 |
Color Harmonies of #BF7BFB
Complementary color
Monochromatic Colors of #BF7BFB
Black with #BF7BFB
Text Example
Text Example
White with #BF7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7BFB; }
p { color: rgb(191,123,251); }
H1.HeaderClassName
{
color: #BF7BFB;
}
.AnyTagClassName
{
color: #BF7BFB;
}
</style>
background-color css
<style>
a { background-color: #BF7BFB; }
a { background-color: rgb(191,123,251); }
div.DivClassName
{
background-color: #BF7BFB;
}
.BgClassName
{
background-color: #BF7BFB;
}
</style>
border-color css
<style>
span { border-color: #BF7BFB; }
span { border-color: rgb(191,123,251); }
td.TdClassName
{
border-color: #BF7BFB;
}
.TagClassName
{
border-color: #BF7BFB;
}
</style>