Shades of Heliotrope #BE7BFC
Tints of Heliotrope #BE7BFC
RGB
CMYK
RGB Variations
Color information
#BE7BFC (or 0xBE7BFC) is known color: Heliotrope. HEX triplet: BE, 7B and FC. RGB value is (190,123,252). Sum of RGB (Red+Green+Blue) = 190+123+252=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE7BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7BFC is #418403. Grayscale: #9D9D9D. Windows color (decimal): -4293636 or 16546750. OLE color: 16546750.
HSL color Cylindrical-coordinate representation of color #BE7BFC: hue angle of 271.16º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE7BFC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 123 | 252 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.01 |
| HSL | 271.16º | 0.96% | 0.74% | - |
| HSV(B) | 271.16º | 0.51% | 0.99% | - |
| XYZ | 45.89 | 32.14 | 95.88 | - |
| YUV | 157.74 | 181.2 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 252 | 0.25 | 0.51 | 0 | 0.01 | 271.16 | 0.96 | 0.74 |
| Hex | BE | 7B | FC | 19 | 33 | 0 | 1 | 10F | 60 | 4A |
| Octal | 276 | 173 | 374 | 31 | 63 | 0 | 1 | 417 | 140 | 112 |
| Binary | 10111110 | 1111011 | 11111100 | 11001 | 110011 | 0 | 1 | 100001111 | 1100000 | 1001010 |
Color Harmonies of #BE7BFC
Complementary color
Monochromatic Colors of #BE7BFC
Black with #BE7BFC
Text Example
Text Example
White with #BE7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BFC; }
p { color: rgb(190,123,252); }
H1.HeaderClassName
{
color: #BE7BFC;
}
.AnyTagClassName
{
color: #BE7BFC;
}
</style>
background-color css
<style>
a { background-color: #BE7BFC; }
a { background-color: rgb(190,123,252); }
div.DivClassName
{
background-color: #BE7BFC;
}
.BgClassName
{
background-color: #BE7BFC;
}
</style>
border-color css
<style>
span { border-color: #BE7BFC; }
span { border-color: rgb(190,123,252); }
td.TdClassName
{
border-color: #BE7BFC;
}
.TagClassName
{
border-color: #BE7BFC;
}
</style>