Shades of Heliotrope #BE6FFB
Tints of Heliotrope #BE6FFB
RGB
CMYK
RGB Variations
Color information
#BE6FFB (or 0xBE6FFB) is known color: Heliotrope. HEX triplet: BE, 6F and FB. RGB value is (190,111,251). Sum of RGB (Red+Green+Blue) = 190+111+251=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE6FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FFB is #419004. Grayscale: #969696. Windows color (decimal): -4296709 or 16478142. OLE color: 16478142.
HSL color Cylindrical-coordinate representation of color #BE6FFB: hue angle of 273.86º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE6FFB is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 111 | 251 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.02 |
| HSL | 273.86º | 0.95% | 0.71% | - |
| HSV(B) | 273.86º | 0.56% | 0.98% | - |
| XYZ | 44.33 | 29.28 | 94.58 | - |
| YUV | 150.58 | 184.67 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 251 | 0.24 | 0.56 | 0 | 0.02 | 273.86 | 0.95 | 0.71 |
| Hex | BE | 6F | FB | 18 | 38 | 0 | 2 | 112 | 5F | 47 |
| Octal | 276 | 157 | 373 | 30 | 70 | 0 | 2 | 422 | 137 | 107 |
| Binary | 10111110 | 1101111 | 11111011 | 11000 | 111000 | 0 | 10 | 100010010 | 1011111 | 1000111 |
Color Harmonies of #BE6FFB
Complementary color
Monochromatic Colors of #BE6FFB
Black with #BE6FFB
Text Example
Text Example
White with #BE6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FFB; }
p { color: rgb(190,111,251); }
H1.HeaderClassName
{
color: #BE6FFB;
}
.AnyTagClassName
{
color: #BE6FFB;
}
</style>
background-color css
<style>
a { background-color: #BE6FFB; }
a { background-color: rgb(190,111,251); }
div.DivClassName
{
background-color: #BE6FFB;
}
.BgClassName
{
background-color: #BE6FFB;
}
</style>
border-color css
<style>
span { border-color: #BE6FFB; }
span { border-color: rgb(190,111,251); }
td.TdClassName
{
border-color: #BE6FFB;
}
.TagClassName
{
border-color: #BE6FFB;
}
</style>