Shades of Heliotrope #BF59FE
Tints of Heliotrope #BF59FE
RGB
CMYK
RGB Variations
Color information
#BF59FE (or 0xBF59FE) is known color: Heliotrope. HEX triplet: BF, 59 and FE. RGB value is (191,89,254). Sum of RGB (Red+Green+Blue) = 191+89+254=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF59FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF59FE is #40A601. Grayscale: #898989. Windows color (decimal): -4236802 or 16669119. OLE color: 16669119.
HSL color Cylindrical-coordinate representation of color #BF59FE: hue angle of 277.09º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF59FE is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 89 | 254 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.00 |
| HSL | 277.09º | 0.99% | 0.67% | - |
| HSV(B) | 277.09º | 0.65% | 1% | - |
| XYZ | 42.95 | 25.38 | 96.4 | - |
| YUV | 138.31 | 193.29 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 254 | 0.25 | 0.65 | 0 | 0.00 | 277.09 | 0.99 | 0.67 |
| Hex | BF | 59 | FE | 19 | 41 | 0 | 0 | 115 | 63 | 43 |
| Octal | 277 | 131 | 376 | 31 | 101 | 0 | 0 | 425 | 143 | 103 |
| Binary | 10111111 | 1011001 | 11111110 | 11001 | 1000001 | 0 | 0 | 100010101 | 1100011 | 1000011 |
Color Harmonies of #BF59FE
Complementary color
Monochromatic Colors of #BF59FE
Black with #BF59FE
Text Example
Text Example
White with #BF59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF59FE; }
p { color: rgb(191,89,254); }
H1.HeaderClassName
{
color: #BF59FE;
}
.AnyTagClassName
{
color: #BF59FE;
}
</style>
background-color css
<style>
a { background-color: #BF59FE; }
a { background-color: rgb(191,89,254); }
div.DivClassName
{
background-color: #BF59FE;
}
.BgClassName
{
background-color: #BF59FE;
}
</style>
border-color css
<style>
span { border-color: #BF59FE; }
span { border-color: rgb(191,89,254); }
td.TdClassName
{
border-color: #BF59FE;
}
.TagClassName
{
border-color: #BF59FE;
}
</style>