Shades of Heliotrope #BE6BF9
Tints of Heliotrope #BE6BF9
RGB
CMYK
RGB Variations
Color information
#BE6BF9 (or 0xBE6BF9) is known color: Heliotrope. HEX triplet: BE, 6B and F9. RGB value is (190,107,249). Sum of RGB (Red+Green+Blue) = 190+107+249=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE6BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6BF9 is #419406. Grayscale: #939393. Windows color (decimal): -4297735 or 16346046. OLE color: 16346046.
HSL color Cylindrical-coordinate representation of color #BE6BF9: hue angle of 275.07º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE6BF9 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 107 | 249 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.02 |
| HSL | 275.07º | 0.92% | 0.7% | - |
| HSV(B) | 275.07º | 0.57% | 0.98% | - |
| XYZ | 43.59 | 28.3 | 92.79 | - |
| YUV | 148.01 | 185 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 249 | 0.24 | 0.57 | 0 | 0.02 | 275.07 | 0.92 | 0.7 |
| Hex | BE | 6B | F9 | 18 | 39 | 0 | 2 | 113 | 5C | 46 |
| Octal | 276 | 153 | 371 | 30 | 71 | 0 | 2 | 423 | 134 | 106 |
| Binary | 10111110 | 1101011 | 11111001 | 11000 | 111001 | 0 | 10 | 100010011 | 1011100 | 1000110 |
Color Harmonies of #BE6BF9
Complementary color
Monochromatic Colors of #BE6BF9
Black with #BE6BF9
Text Example
Text Example
White with #BE6BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6BF9; }
p { color: rgb(190,107,249); }
H1.HeaderClassName
{
color: #BE6BF9;
}
.AnyTagClassName
{
color: #BE6BF9;
}
</style>
background-color css
<style>
a { background-color: #BE6BF9; }
a { background-color: rgb(190,107,249); }
div.DivClassName
{
background-color: #BE6BF9;
}
.BgClassName
{
background-color: #BE6BF9;
}
</style>
border-color css
<style>
span { border-color: #BE6BF9; }
span { border-color: rgb(190,107,249); }
td.TdClassName
{
border-color: #BE6BF9;
}
.TagClassName
{
border-color: #BE6BF9;
}
</style>