Shades of Heliotrope #BE68FC
Tints of Heliotrope #BE68FC
RGB
CMYK
RGB Variations
Color information
#BE68FC (or 0xBE68FC) is known color: Heliotrope. HEX triplet: BE, 68 and FC. RGB value is (190,104,252). Sum of RGB (Red+Green+Blue) = 190+104+252=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE68FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE68FC is #419703. Grayscale: #929292. Windows color (decimal): -4298500 or 16541886. OLE color: 16541886.
HSL color Cylindrical-coordinate representation of color #BE68FC: hue angle of 274.86º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE68FC is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 104 | 252 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.01 |
| HSL | 274.86º | 0.96% | 0.7% | - |
| HSV(B) | 274.86º | 0.59% | 0.99% | - |
| XYZ | 43.76 | 27.88 | 95.17 | - |
| YUV | 146.59 | 187.49 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 252 | 0.25 | 0.59 | 0 | 0.01 | 274.86 | 0.96 | 0.7 |
| Hex | BE | 68 | FC | 19 | 3B | 0 | 1 | 113 | 60 | 46 |
| Octal | 276 | 150 | 374 | 31 | 73 | 0 | 1 | 423 | 140 | 106 |
| Binary | 10111110 | 1101000 | 11111100 | 11001 | 111011 | 0 | 1 | 100010011 | 1100000 | 1000110 |
Color Harmonies of #BE68FC
Complementary color
Monochromatic Colors of #BE68FC
Black with #BE68FC
Text Example
Text Example
White with #BE68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68FC; }
p { color: rgb(190,104,252); }
H1.HeaderClassName
{
color: #BE68FC;
}
.AnyTagClassName
{
color: #BE68FC;
}
</style>
background-color css
<style>
a { background-color: #BE68FC; }
a { background-color: rgb(190,104,252); }
div.DivClassName
{
background-color: #BE68FC;
}
.BgClassName
{
background-color: #BE68FC;
}
</style>
border-color css
<style>
span { border-color: #BE68FC; }
span { border-color: rgb(190,104,252); }
td.TdClassName
{
border-color: #BE68FC;
}
.TagClassName
{
border-color: #BE68FC;
}
</style>