Shades of Heliotrope #BE6FED
Tints of Heliotrope #BE6FED
RGB
CMYK
RGB Variations
Color information
#BE6FED (or 0xBE6FED) is known color: Heliotrope. HEX triplet: BE, 6F and ED. RGB value is (190,111,237). Sum of RGB (Red+Green+Blue) = 190+111+237=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FED is #419012. Grayscale: #949494. Windows color (decimal): -4296723 or 15560638. OLE color: 15560638.
HSL color Cylindrical-coordinate representation of color #BE6FED: hue angle of 277.62º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE6FED is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 111 | 237 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.07 |
| HSL | 277.62º | 0.78% | 0.68% | - |
| HSV(B) | 277.62º | 0.53% | 0.93% | - |
| XYZ | 42.21 | 28.43 | 83.38 | - |
| YUV | 148.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 237 | 0.20 | 0.53 | 0 | 0.07 | 277.62 | 0.78 | 0.68 |
| Hex | BE | 6F | ED | 14 | 35 | 0 | 7 | 116 | 4E | 44 |
| Octal | 276 | 157 | 355 | 24 | 65 | 0 | 7 | 426 | 116 | 104 |
| Binary | 10111110 | 1101111 | 11101101 | 10100 | 110101 | 0 | 111 | 100010110 | 1001110 | 1000100 |
Color Harmonies of #BE6FED
Complementary color
Monochromatic Colors of #BE6FED
Black with #BE6FED
Text Example
Text Example
White with #BE6FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FED; }
p { color: rgb(190,111,237); }
H1.HeaderClassName
{
color: #BE6FED;
}
.AnyTagClassName
{
color: #BE6FED;
}
</style>
background-color css
<style>
a { background-color: #BE6FED; }
a { background-color: rgb(190,111,237); }
div.DivClassName
{
background-color: #BE6FED;
}
.BgClassName
{
background-color: #BE6FED;
}
</style>
border-color css
<style>
span { border-color: #BE6FED; }
span { border-color: rgb(190,111,237); }
td.TdClassName
{
border-color: #BE6FED;
}
.TagClassName
{
border-color: #BE6FED;
}
</style>