Shades of Heliotrope #BE64FE
Tints of Heliotrope #BE64FE
RGB
CMYK
RGB Variations
Color information
#BE64FE (or 0xBE64FE) is known color: Heliotrope. HEX triplet: BE, 64 and FE. RGB value is (190,100,254). Sum of RGB (Red+Green+Blue) = 190+100+254=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE64FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE64FE is #419B01. Grayscale: #8F8F8F. Windows color (decimal): -4299522 or 16671934. OLE color: 16671934.
HSL color Cylindrical-coordinate representation of color #BE64FE: hue angle of 275.06º 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 #BE64FE is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 100 | 254 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.00 |
| HSL | 275.06º | 0.99% | 0.69% | - |
| HSV(B) | 275.06º | 0.61% | 1% | - |
| XYZ | 43.68 | 27.22 | 96.72 | - |
| YUV | 144.47 | 189.82 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 254 | 0.25 | 0.61 | 0 | 0.00 | 275.06 | 0.99 | 0.69 |
| Hex | BE | 64 | FE | 19 | 3D | 0 | 0 | 113 | 63 | 45 |
| Octal | 276 | 144 | 376 | 31 | 75 | 0 | 0 | 423 | 143 | 105 |
| Binary | 10111110 | 1100100 | 11111110 | 11001 | 111101 | 0 | 0 | 100010011 | 1100011 | 1000101 |
Color Harmonies of #BE64FE
Complementary color
Monochromatic Colors of #BE64FE
Black with #BE64FE
Text Example
Text Example
White with #BE64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64FE; }
p { color: rgb(190,100,254); }
H1.HeaderClassName
{
color: #BE64FE;
}
.AnyTagClassName
{
color: #BE64FE;
}
</style>
background-color css
<style>
a { background-color: #BE64FE; }
a { background-color: rgb(190,100,254); }
div.DivClassName
{
background-color: #BE64FE;
}
.BgClassName
{
background-color: #BE64FE;
}
</style>
border-color css
<style>
span { border-color: #BE64FE; }
span { border-color: rgb(190,100,254); }
td.TdClassName
{
border-color: #BE64FE;
}
.TagClassName
{
border-color: #BE64FE;
}
</style>