Shades of Heliotrope #BF5EFC
Tints of Heliotrope #BF5EFC
RGB
CMYK
RGB Variations
Color information
#BF5EFC (or 0xBF5EFC) is known color: Heliotrope. HEX triplet: BF, 5E and FC. RGB value is (191,94,252). Sum of RGB (Red+Green+Blue) = 191+94+252=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF5EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5EFC is #40A103. Grayscale: #8C8C8C. Windows color (decimal): -4235524 or 16539327. OLE color: 16539327.
HSL color Cylindrical-coordinate representation of color #BF5EFC: hue angle of 276.84º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF5EFC is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 94 | 252 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.01 |
| HSL | 276.84º | 0.96% | 0.68% | - |
| HSV(B) | 276.84º | 0.63% | 0.99% | - |
| XYZ | 43.06 | 26.11 | 94.87 | - |
| YUV | 141.02 | 190.64 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 252 | 0.24 | 0.63 | 0 | 0.01 | 276.84 | 0.96 | 0.68 |
| Hex | BF | 5E | FC | 18 | 3F | 0 | 1 | 115 | 60 | 44 |
| Octal | 277 | 136 | 374 | 30 | 77 | 0 | 1 | 425 | 140 | 104 |
| Binary | 10111111 | 1011110 | 11111100 | 11000 | 111111 | 0 | 1 | 100010101 | 1100000 | 1000100 |
Color Harmonies of #BF5EFC
Complementary color
Monochromatic Colors of #BF5EFC
Black with #BF5EFC
Text Example
Text Example
White with #BF5EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5EFC; }
p { color: rgb(191,94,252); }
H1.HeaderClassName
{
color: #BF5EFC;
}
.AnyTagClassName
{
color: #BF5EFC;
}
</style>
background-color css
<style>
a { background-color: #BF5EFC; }
a { background-color: rgb(191,94,252); }
div.DivClassName
{
background-color: #BF5EFC;
}
.BgClassName
{
background-color: #BF5EFC;
}
</style>
border-color css
<style>
span { border-color: #BF5EFC; }
span { border-color: rgb(191,94,252); }
td.TdClassName
{
border-color: #BF5EFC;
}
.TagClassName
{
border-color: #BF5EFC;
}
</style>