Shades of Heliotrope #BE80FA
Tints of Heliotrope #BE80FA
RGB
CMYK
RGB Variations
Color information
#BE80FA (or 0xBE80FA) is known color: Heliotrope. HEX triplet: BE, 80 and FA. RGB value is (190,128,250). Sum of RGB (Red+Green+Blue) = 190+128+250=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE80FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE80FA is #417F05. Grayscale: #A0A0A0. Windows color (decimal): -4292358 or 16416958. OLE color: 16416958.
HSL color Cylindrical-coordinate representation of color #BE80FA: hue angle of 270.49º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE80FA is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 128 | 250 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.02 |
| HSL | 270.49º | 0.92% | 0.74% | - |
| HSV(B) | 270.49º | 0.49% | 0.98% | - |
| XYZ | 46.21 | 33.29 | 94.43 | - |
| YUV | 160.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 250 | 0.24 | 0.49 | 0 | 0.02 | 270.49 | 0.92 | 0.74 |
| Hex | BE | 80 | FA | 18 | 31 | 0 | 2 | 10E | 5C | 4A |
| Octal | 276 | 200 | 372 | 30 | 61 | 0 | 2 | 416 | 134 | 112 |
| Binary | 10111110 | 10000000 | 11111010 | 11000 | 110001 | 0 | 10 | 100001110 | 1011100 | 1001010 |
Color Harmonies of #BE80FA
Complementary color
Monochromatic Colors of #BE80FA
Black with #BE80FA
Text Example
Text Example
White with #BE80FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE80FA; }
p { color: rgb(190,128,250); }
H1.HeaderClassName
{
color: #BE80FA;
}
.AnyTagClassName
{
color: #BE80FA;
}
</style>
background-color css
<style>
a { background-color: #BE80FA; }
a { background-color: rgb(190,128,250); }
div.DivClassName
{
background-color: #BE80FA;
}
.BgClassName
{
background-color: #BE80FA;
}
</style>
border-color css
<style>
span { border-color: #BE80FA; }
span { border-color: rgb(190,128,250); }
td.TdClassName
{
border-color: #BE80FA;
}
.TagClassName
{
border-color: #BE80FA;
}
</style>