Shades of Heliotrope #BE68F5
Tints of Heliotrope #BE68F5
RGB
CMYK
RGB Variations
Color information
#BE68F5 (or 0xBE68F5) is known color: Heliotrope. HEX triplet: BE, 68 and F5. RGB value is (190,104,245). Sum of RGB (Red+Green+Blue) = 190+104+245=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #BE68F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE68F5 is #41970A. Grayscale: #919191. Windows color (decimal): -4298507 or 16083134. OLE color: 16083134.
HSL color Cylindrical-coordinate representation of color #BE68F5: hue angle of 276.6º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE68F5 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 104 | 245 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.04 |
| HSL | 276.6º | 0.88% | 0.68% | - |
| HSV(B) | 276.6º | 0.58% | 0.96% | - |
| XYZ | 42.67 | 27.44 | 89.43 | - |
| YUV | 145.79 | 183.99 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 245 | 0.22 | 0.58 | 0 | 0.04 | 276.6 | 0.88 | 0.68 |
| Hex | BE | 68 | F5 | 16 | 3A | 0 | 4 | 115 | 58 | 44 |
| Octal | 276 | 150 | 365 | 26 | 72 | 0 | 4 | 425 | 130 | 104 |
| Binary | 10111110 | 1101000 | 11110101 | 10110 | 111010 | 0 | 100 | 100010101 | 1011000 | 1000100 |
Color Harmonies of #BE68F5
Complementary color
Monochromatic Colors of #BE68F5
Black with #BE68F5
Text Example
Text Example
White with #BE68F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68F5; }
p { color: rgb(190,104,245); }
H1.HeaderClassName
{
color: #BE68F5;
}
.AnyTagClassName
{
color: #BE68F5;
}
</style>
background-color css
<style>
a { background-color: #BE68F5; }
a { background-color: rgb(190,104,245); }
div.DivClassName
{
background-color: #BE68F5;
}
.BgClassName
{
background-color: #BE68F5;
}
</style>
border-color css
<style>
span { border-color: #BE68F5; }
span { border-color: rgb(190,104,245); }
td.TdClassName
{
border-color: #BE68F5;
}
.TagClassName
{
border-color: #BE68F5;
}
</style>