Shades of Heliotrope #BE7BFD
Tints of Heliotrope #BE7BFD
RGB
CMYK
RGB Variations
Color information
#BE7BFD (or 0xBE7BFD) is known color: Heliotrope. HEX triplet: BE, 7B and FD. RGB value is (190,123,253). Sum of RGB (Red+Green+Blue) = 190+123+253=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE7BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7BFD is #418402. Grayscale: #9D9D9D. Windows color (decimal): -4293635 or 16612286. OLE color: 16612286.
HSL color Cylindrical-coordinate representation of color #BE7BFD: hue angle of 270.92º degrees, saturation: 0.97, 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 #BE7BFD is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 123 | 253 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.01 |
| HSL | 270.92º | 0.97% | 0.74% | - |
| HSV(B) | 270.92º | 0.51% | 0.99% | - |
| XYZ | 46.05 | 32.2 | 96.72 | - |
| YUV | 157.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 253 | 0.25 | 0.51 | 0 | 0.01 | 270.92 | 0.97 | 0.74 |
| Hex | BE | 7B | FD | 19 | 33 | 0 | 1 | 10F | 61 | 4A |
| Octal | 276 | 173 | 375 | 31 | 63 | 0 | 1 | 417 | 141 | 112 |
| Binary | 10111110 | 1111011 | 11111101 | 11001 | 110011 | 0 | 1 | 100001111 | 1100001 | 1001010 |
Color Harmonies of #BE7BFD
Complementary color
Monochromatic Colors of #BE7BFD
Black with #BE7BFD
Text Example
Text Example
White with #BE7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BFD; }
p { color: rgb(190,123,253); }
H1.HeaderClassName
{
color: #BE7BFD;
}
.AnyTagClassName
{
color: #BE7BFD;
}
</style>
background-color css
<style>
a { background-color: #BE7BFD; }
a { background-color: rgb(190,123,253); }
div.DivClassName
{
background-color: #BE7BFD;
}
.BgClassName
{
background-color: #BE7BFD;
}
</style>
border-color css
<style>
span { border-color: #BE7BFD; }
span { border-color: rgb(190,123,253); }
td.TdClassName
{
border-color: #BE7BFD;
}
.TagClassName
{
border-color: #BE7BFD;
}
</style>