Shades of Heliotrope #BF5CFE
Tints of Heliotrope #BF5CFE
RGB
CMYK
RGB Variations
Color information
#BF5CFE (or 0xBF5CFE) is known color: Heliotrope. HEX triplet: BF, 5C and FE. RGB value is (191,92,254). Sum of RGB (Red+Green+Blue) = 191+92+254=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF5CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5CFE is #40A301. Grayscale: #8B8B8B. Windows color (decimal): -4236034 or 16669887. OLE color: 16669887.
HSL color Cylindrical-coordinate representation of color #BF5CFE: hue angle of 276.67º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF5CFE is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 92 | 254 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.00 |
| HSL | 276.67º | 0.99% | 0.68% | - |
| HSV(B) | 276.67º | 0.64% | 1% | - |
| XYZ | 43.2 | 25.89 | 96.49 | - |
| YUV | 140.07 | 192.3 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 254 | 0.25 | 0.64 | 0 | 0.00 | 276.67 | 0.99 | 0.68 |
| Hex | BF | 5C | FE | 19 | 40 | 0 | 0 | 115 | 63 | 44 |
| Octal | 277 | 134 | 376 | 31 | 100 | 0 | 0 | 425 | 143 | 104 |
| Binary | 10111111 | 1011100 | 11111110 | 11001 | 1000000 | 0 | 0 | 100010101 | 1100011 | 1000100 |
Color Harmonies of #BF5CFE
Complementary color
Monochromatic Colors of #BF5CFE
Black with #BF5CFE
Text Example
Text Example
White with #BF5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CFE; }
p { color: rgb(191,92,254); }
H1.HeaderClassName
{
color: #BF5CFE;
}
.AnyTagClassName
{
color: #BF5CFE;
}
</style>
background-color css
<style>
a { background-color: #BF5CFE; }
a { background-color: rgb(191,92,254); }
div.DivClassName
{
background-color: #BF5CFE;
}
.BgClassName
{
background-color: #BF5CFE;
}
</style>
border-color css
<style>
span { border-color: #BF5CFE; }
span { border-color: rgb(191,92,254); }
td.TdClassName
{
border-color: #BF5CFE;
}
.TagClassName
{
border-color: #BF5CFE;
}
</style>