Shades of Heliotrope #BF64FE
Tints of Heliotrope #BF64FE
RGB
CMYK
RGB Variations
Color information
#BF64FE (or 0xBF64FE) is known color: Heliotrope. HEX triplet: BF, 64 and FE. RGB value is (191,100,254). Sum of RGB (Red+Green+Blue) = 191+100+254=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF64FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF64FE is #409B01. Grayscale: #909090. Windows color (decimal): -4233986 or 16671935. OLE color: 16671935.
HSL color Cylindrical-coordinate representation of color #BF64FE: hue angle of 275.45º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF64FE is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 100 | 254 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.00 |
| HSL | 275.45º | 0.99% | 0.69% | - |
| HSV(B) | 275.45º | 0.61% | 1% | - |
| XYZ | 43.93 | 27.35 | 96.73 | - |
| YUV | 144.77 | 189.65 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 254 | 0.25 | 0.61 | 0 | 0.00 | 275.45 | 0.99 | 0.69 |
| Hex | BF | 64 | FE | 19 | 3D | 0 | 0 | 113 | 63 | 45 |
| Octal | 277 | 144 | 376 | 31 | 75 | 0 | 0 | 423 | 143 | 105 |
| Binary | 10111111 | 1100100 | 11111110 | 11001 | 111101 | 0 | 0 | 100010011 | 1100011 | 1000101 |
Color Harmonies of #BF64FE
Complementary color
Monochromatic Colors of #BF64FE
Black with #BF64FE
Text Example
Text Example
White with #BF64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64FE; }
p { color: rgb(191,100,254); }
H1.HeaderClassName
{
color: #BF64FE;
}
.AnyTagClassName
{
color: #BF64FE;
}
</style>
background-color css
<style>
a { background-color: #BF64FE; }
a { background-color: rgb(191,100,254); }
div.DivClassName
{
background-color: #BF64FE;
}
.BgClassName
{
background-color: #BF64FE;
}
</style>
border-color css
<style>
span { border-color: #BF64FE; }
span { border-color: rgb(191,100,254); }
td.TdClassName
{
border-color: #BF64FE;
}
.TagClassName
{
border-color: #BF64FE;
}
</style>