Shades of Heliotrope #BE75F6
Tints of Heliotrope #BE75F6
RGB
CMYK
RGB Variations
Color information
#BE75F6 (or 0xBE75F6) is known color: Heliotrope. HEX triplet: BE, 75 and F6. RGB value is (190,117,246). Sum of RGB (Red+Green+Blue) = 190+117+246=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE75F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE75F6 is #418A09. Grayscale: #999999. Windows color (decimal): -4295178 or 16151998. OLE color: 16151998.
HSL color Cylindrical-coordinate representation of color #BE75F6: hue angle of 273.95º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE75F6 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 117 | 246 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.04 |
| HSL | 273.95º | 0.88% | 0.71% | - |
| HSV(B) | 273.95º | 0.52% | 0.96% | - |
| XYZ | 44.23 | 30.32 | 90.71 | - |
| YUV | 153.53 | 180.18 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 246 | 0.23 | 0.52 | 0 | 0.04 | 273.95 | 0.88 | 0.71 |
| Hex | BE | 75 | F6 | 17 | 34 | 0 | 4 | 112 | 58 | 47 |
| Octal | 276 | 165 | 366 | 27 | 64 | 0 | 4 | 422 | 130 | 107 |
| Binary | 10111110 | 1110101 | 11110110 | 10111 | 110100 | 0 | 100 | 100010010 | 1011000 | 1000111 |
Color Harmonies of #BE75F6
Complementary color
Monochromatic Colors of #BE75F6
Black with #BE75F6
Text Example
Text Example
White with #BE75F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE75F6; }
p { color: rgb(190,117,246); }
H1.HeaderClassName
{
color: #BE75F6;
}
.AnyTagClassName
{
color: #BE75F6;
}
</style>
background-color css
<style>
a { background-color: #BE75F6; }
a { background-color: rgb(190,117,246); }
div.DivClassName
{
background-color: #BE75F6;
}
.BgClassName
{
background-color: #BE75F6;
}
</style>
border-color css
<style>
span { border-color: #BE75F6; }
span { border-color: rgb(190,117,246); }
td.TdClassName
{
border-color: #BE75F6;
}
.TagClassName
{
border-color: #BE75F6;
}
</style>