Shades of Heliotrope #BE61FF
Tints of Heliotrope #BE61FF
RGB
CMYK
RGB Variations
Color information
#BE61FF (or 0xBE61FF) is known color: Heliotrope. HEX triplet: BE, 61 and FF. RGB value is (190,97,255). Sum of RGB (Red+Green+Blue) = 190+97+255=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE61FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE61FF is #419E00. Grayscale: #8E8E8E. Windows color (decimal): -4300289 or 16736702. OLE color: 16736702.
HSL color Cylindrical-coordinate representation of color #BE61FF: hue angle of 275.32º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE61FF is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 97 | 255 | - |
| CMYK | 0.25 | 0.62 | 0 | 0 |
| HSL | 275.32º | 1% | 0.69% | - |
| HSV(B) | 275.32º | 0.62% | 1% | - |
| XYZ | 43.56 | 26.72 | 97.47 | - |
| YUV | 142.82 | 191.31 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 255 | 0.25 | 0.62 | 0 | 0 | 275.32 | 1 | 0.69 |
| Hex | BE | 61 | FF | 19 | 3E | 0 | 0 | 113 | 64 | 45 |
| Octal | 276 | 141 | 377 | 31 | 76 | 0 | 0 | 423 | 144 | 105 |
| Binary | 10111110 | 1100001 | 11111111 | 11001 | 111110 | 0 | 0 | 100010011 | 1100100 | 1000101 |
Color Harmonies of #BE61FF
Complementary color
Monochromatic Colors of #BE61FF
Black with #BE61FF
Text Example
Text Example
White with #BE61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE61FF; }
p { color: rgb(190,97,255); }
H1.HeaderClassName
{
color: #BE61FF;
}
.AnyTagClassName
{
color: #BE61FF;
}
</style>
background-color css
<style>
a { background-color: #BE61FF; }
a { background-color: rgb(190,97,255); }
div.DivClassName
{
background-color: #BE61FF;
}
.BgClassName
{
background-color: #BE61FF;
}
</style>
border-color css
<style>
span { border-color: #BE61FF; }
span { border-color: rgb(190,97,255); }
td.TdClassName
{
border-color: #BE61FF;
}
.TagClassName
{
border-color: #BE61FF;
}
</style>