Shades of Heliotrope #BE67FE
Tints of Heliotrope #BE67FE
RGB
CMYK
RGB Variations
Color information
#BE67FE (or 0xBE67FE) is known color: Heliotrope. HEX triplet: BE, 67 and FE. RGB value is (190,103,254). Sum of RGB (Red+Green+Blue) = 190+103+254=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE67FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE67FE is #419801. Grayscale: #919191. Windows color (decimal): -4298754 or 16672702. OLE color: 16672702.
HSL color Cylindrical-coordinate representation of color #BE67FE: hue angle of 274.57º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE67FE is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 103 | 254 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.00 |
| HSL | 274.57º | 0.99% | 0.7% | - |
| HSV(B) | 274.57º | 0.59% | 1% | - |
| XYZ | 43.97 | 27.8 | 96.81 | - |
| YUV | 146.23 | 188.82 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 254 | 0.25 | 0.59 | 0 | 0.00 | 274.57 | 0.99 | 0.7 |
| Hex | BE | 67 | FE | 19 | 3B | 0 | 0 | 113 | 63 | 46 |
| Octal | 276 | 147 | 376 | 31 | 73 | 0 | 0 | 423 | 143 | 106 |
| Binary | 10111110 | 1100111 | 11111110 | 11001 | 111011 | 0 | 0 | 100010011 | 1100011 | 1000110 |
Color Harmonies of #BE67FE
Complementary color
Monochromatic Colors of #BE67FE
Black with #BE67FE
Text Example
Text Example
White with #BE67FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE67FE; }
p { color: rgb(190,103,254); }
H1.HeaderClassName
{
color: #BE67FE;
}
.AnyTagClassName
{
color: #BE67FE;
}
</style>
background-color css
<style>
a { background-color: #BE67FE; }
a { background-color: rgb(190,103,254); }
div.DivClassName
{
background-color: #BE67FE;
}
.BgClassName
{
background-color: #BE67FE;
}
</style>
border-color css
<style>
span { border-color: #BE67FE; }
span { border-color: rgb(190,103,254); }
td.TdClassName
{
border-color: #BE67FE;
}
.TagClassName
{
border-color: #BE67FE;
}
</style>