Shades of Heliotrope #BF7BF8
Tints of Heliotrope #BF7BF8
RGB
CMYK
RGB Variations
Color information
#BF7BF8 (or 0xBF7BF8) is known color: Heliotrope. HEX triplet: BF, 7B and F8. RGB value is (191,123,248). Sum of RGB (Red+Green+Blue) = 191+123+248=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF7BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7BF8 is #408407. Grayscale: #9D9D9D. Windows color (decimal): -4228104 or 16284607. OLE color: 16284607.
HSL color Cylindrical-coordinate representation of color #BF7BF8: hue angle of 272.64º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF7BF8 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 123 | 248 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.03 |
| HSL | 272.64º | 0.9% | 0.73% | - |
| HSV(B) | 272.64º | 0.5% | 0.97% | - |
| XYZ | 45.51 | 32.02 | 92.59 | - |
| YUV | 157.58 | 179.03 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 248 | 0.23 | 0.50 | 0 | 0.03 | 272.64 | 0.9 | 0.73 |
| Hex | BF | 7B | F8 | 17 | 32 | 0 | 3 | 111 | 5A | 49 |
| Octal | 277 | 173 | 370 | 27 | 62 | 0 | 3 | 421 | 132 | 111 |
| Binary | 10111111 | 1111011 | 11111000 | 10111 | 110010 | 0 | 11 | 100010001 | 1011010 | 1001001 |
Color Harmonies of #BF7BF8
Complementary color
Monochromatic Colors of #BF7BF8
Black with #BF7BF8
Text Example
Text Example
White with #BF7BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7BF8; }
p { color: rgb(191,123,248); }
H1.HeaderClassName
{
color: #BF7BF8;
}
.AnyTagClassName
{
color: #BF7BF8;
}
</style>
background-color css
<style>
a { background-color: #BF7BF8; }
a { background-color: rgb(191,123,248); }
div.DivClassName
{
background-color: #BF7BF8;
}
.BgClassName
{
background-color: #BF7BF8;
}
</style>
border-color css
<style>
span { border-color: #BF7BF8; }
span { border-color: rgb(191,123,248); }
td.TdClassName
{
border-color: #BF7BF8;
}
.TagClassName
{
border-color: #BF7BF8;
}
</style>