Shades of Heliotrope #BE6CFD
Tints of Heliotrope #BE6CFD
RGB
CMYK
RGB Variations
Color information
#BE6CFD (or 0xBE6CFD) is known color: Heliotrope. HEX triplet: BE, 6C and FD. RGB value is (190,108,253). Sum of RGB (Red+Green+Blue) = 190+108+253=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE6CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6CFD is #419302. Grayscale: #949494. Windows color (decimal): -4297475 or 16608446. OLE color: 16608446.
HSL color Cylindrical-coordinate representation of color #BE6CFD: hue angle of 273.93º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE6CFD is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 108 | 253 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.01 |
| HSL | 273.93º | 0.97% | 0.71% | - |
| HSV(B) | 273.93º | 0.57% | 0.99% | - |
| XYZ | 44.33 | 28.76 | 96.14 | - |
| YUV | 149.05 | 186.67 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 253 | 0.25 | 0.57 | 0 | 0.01 | 273.93 | 0.97 | 0.71 |
| Hex | BE | 6C | FD | 19 | 39 | 0 | 1 | 112 | 61 | 47 |
| Octal | 276 | 154 | 375 | 31 | 71 | 0 | 1 | 422 | 141 | 107 |
| Binary | 10111110 | 1101100 | 11111101 | 11001 | 111001 | 0 | 1 | 100010010 | 1100001 | 1000111 |
Color Harmonies of #BE6CFD
Complementary color
Monochromatic Colors of #BE6CFD
Black with #BE6CFD
Text Example
Text Example
White with #BE6CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6CFD; }
p { color: rgb(190,108,253); }
H1.HeaderClassName
{
color: #BE6CFD;
}
.AnyTagClassName
{
color: #BE6CFD;
}
</style>
background-color css
<style>
a { background-color: #BE6CFD; }
a { background-color: rgb(190,108,253); }
div.DivClassName
{
background-color: #BE6CFD;
}
.BgClassName
{
background-color: #BE6CFD;
}
</style>
border-color css
<style>
span { border-color: #BE6CFD; }
span { border-color: rgb(190,108,253); }
td.TdClassName
{
border-color: #BE6CFD;
}
.TagClassName
{
border-color: #BE6CFD;
}
</style>