Shades of Heliotrope #BE7BFE
Tints of Heliotrope #BE7BFE
RGB
CMYK
RGB Variations
Color information
#BE7BFE (or 0xBE7BFE) is known color: Heliotrope. HEX triplet: BE, 7B and FE. RGB value is (190,123,254). Sum of RGB (Red+Green+Blue) = 190+123+254=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE7BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7BFE is #418401. Grayscale: #9D9D9D. Windows color (decimal): -4293634 or 16677822. OLE color: 16677822.
HSL color Cylindrical-coordinate representation of color #BE7BFE: hue angle of 270.69º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE7BFE is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 123 | 254 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.00 |
| HSL | 270.69º | 0.98% | 0.74% | - |
| HSV(B) | 270.69º | 0.52% | 1% | - |
| XYZ | 46.21 | 32.27 | 97.56 | - |
| YUV | 157.97 | 182.2 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 254 | 0.25 | 0.52 | 0 | 0.00 | 270.69 | 0.98 | 0.74 |
| Hex | BE | 7B | FE | 19 | 34 | 0 | 0 | 10F | 62 | 4A |
| Octal | 276 | 173 | 376 | 31 | 64 | 0 | 0 | 417 | 142 | 112 |
| Binary | 10111110 | 1111011 | 11111110 | 11001 | 110100 | 0 | 0 | 100001111 | 1100010 | 1001010 |
Color Harmonies of #BE7BFE
Complementary color
Monochromatic Colors of #BE7BFE
Black with #BE7BFE
Text Example
Text Example
White with #BE7BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BFE; }
p { color: rgb(190,123,254); }
H1.HeaderClassName
{
color: #BE7BFE;
}
.AnyTagClassName
{
color: #BE7BFE;
}
</style>
background-color css
<style>
a { background-color: #BE7BFE; }
a { background-color: rgb(190,123,254); }
div.DivClassName
{
background-color: #BE7BFE;
}
.BgClassName
{
background-color: #BE7BFE;
}
</style>
border-color css
<style>
span { border-color: #BE7BFE; }
span { border-color: rgb(190,123,254); }
td.TdClassName
{
border-color: #BE7BFE;
}
.TagClassName
{
border-color: #BE7BFE;
}
</style>