Shades of Heliotrope #BF5EFF
Tints of Heliotrope #BF5EFF
RGB
CMYK
RGB Variations
Color information
#BF5EFF (or 0xBF5EFF) is known color: Heliotrope. HEX triplet: BF, 5E and FF. RGB value is (191,94,255). Sum of RGB (Red+Green+Blue) = 191+94+255=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5EFF is #40A100. Grayscale: #8C8C8C. Windows color (decimal): -4235521 or 16735935. OLE color: 16735935.
HSL color Cylindrical-coordinate representation of color #BF5EFF: hue angle of 276.15º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF5EFF is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 94 | 255 | - |
| CMYK | 0.25 | 0.63 | 0 | 0 |
| HSL | 276.15º | 1% | 0.68% | - |
| HSV(B) | 276.15º | 0.63% | 1% | - |
| XYZ | 43.54 | 26.3 | 97.39 | - |
| YUV | 141.36 | 192.14 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 255 | 0.25 | 0.63 | 0 | 0 | 276.15 | 1 | 0.68 |
| Hex | BF | 5E | FF | 19 | 3F | 0 | 0 | 114 | 64 | 44 |
| Octal | 277 | 136 | 377 | 31 | 77 | 0 | 0 | 424 | 144 | 104 |
| Binary | 10111111 | 1011110 | 11111111 | 11001 | 111111 | 0 | 0 | 100010100 | 1100100 | 1000100 |
Color Harmonies of #BF5EFF
Complementary color
Monochromatic Colors of #BF5EFF
Black with #BF5EFF
Text Example
Text Example
White with #BF5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5EFF; }
p { color: rgb(191,94,255); }
H1.HeaderClassName
{
color: #BF5EFF;
}
.AnyTagClassName
{
color: #BF5EFF;
}
</style>
background-color css
<style>
a { background-color: #BF5EFF; }
a { background-color: rgb(191,94,255); }
div.DivClassName
{
background-color: #BF5EFF;
}
.BgClassName
{
background-color: #BF5EFF;
}
</style>
border-color css
<style>
span { border-color: #BF5EFF; }
span { border-color: rgb(191,94,255); }
td.TdClassName
{
border-color: #BF5EFF;
}
.TagClassName
{
border-color: #BF5EFF;
}
</style>