Shades of Heliotrope #BE64FC
Tints of Heliotrope #BE64FC
RGB
CMYK
RGB Variations
Color information
#BE64FC (or 0xBE64FC) is known color: Heliotrope. HEX triplet: BE, 64 and FC. RGB value is (190,100,252). Sum of RGB (Red+Green+Blue) = 190+100+252=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE64FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE64FC is #419B03. Grayscale: #8F8F8F. Windows color (decimal): -4299524 or 16540862. OLE color: 16540862.
HSL color Cylindrical-coordinate representation of color #BE64FC: hue angle of 275.53º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE64FC is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 100 | 252 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.01 |
| HSL | 275.53º | 0.96% | 0.69% | - |
| HSV(B) | 275.53º | 0.6% | 0.99% | - |
| XYZ | 43.36 | 27.09 | 95.04 | - |
| YUV | 144.24 | 188.82 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 252 | 0.25 | 0.60 | 0 | 0.01 | 275.53 | 0.96 | 0.69 |
| Hex | BE | 64 | FC | 19 | 3C | 0 | 1 | 114 | 60 | 45 |
| Octal | 276 | 144 | 374 | 31 | 74 | 0 | 1 | 424 | 140 | 105 |
| Binary | 10111110 | 1100100 | 11111100 | 11001 | 111100 | 0 | 1 | 100010100 | 1100000 | 1000101 |
Color Harmonies of #BE64FC
Complementary color
Monochromatic Colors of #BE64FC
Black with #BE64FC
Text Example
Text Example
White with #BE64FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64FC; }
p { color: rgb(190,100,252); }
H1.HeaderClassName
{
color: #BE64FC;
}
.AnyTagClassName
{
color: #BE64FC;
}
</style>
background-color css
<style>
a { background-color: #BE64FC; }
a { background-color: rgb(190,100,252); }
div.DivClassName
{
background-color: #BE64FC;
}
.BgClassName
{
background-color: #BE64FC;
}
</style>
border-color css
<style>
span { border-color: #BE64FC; }
span { border-color: rgb(190,100,252); }
td.TdClassName
{
border-color: #BE64FC;
}
.TagClassName
{
border-color: #BE64FC;
}
</style>