Shades of Medium Orchid #BE3EFE
Tints of Medium Orchid #BE3EFE
RGB
CMYK
RGB Variations
Color information
#BE3EFE (or 0xBE3EFE) is known color: Medium Orchid. HEX triplet: BE, 3E and FE. RGB value is (190,62,254). Sum of RGB (Red+Green+Blue) = 190+62+254=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 62 (24.61% from 255 or 12.25% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE3EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3EFE is #41C101. Grayscale: #797979. Windows color (decimal): -4309250 or 16662206. OLE color: 16662206.
HSL color Cylindrical-coordinate representation of color #BE3EFE: hue angle of 280º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE3EFE is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 62 | 254 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.62% | - |
| HSV(B) | 280º | 0.76% | 1% | - |
| XYZ | 40.85 | 21.55 | 95.77 | - |
| YUV | 122.16 | 202.41 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 254 | 0.25 | 0.76 | 0 | 0.00 | 280 | 0.99 | 0.62 |
| Hex | BE | 3E | FE | 19 | 4C | 0 | 0 | 118 | 63 | 3E |
| Octal | 276 | 76 | 376 | 31 | 114 | 0 | 0 | 430 | 143 | 76 |
| Binary | 10111110 | 111110 | 11111110 | 11001 | 1001100 | 0 | 0 | 100011000 | 1100011 | 111110 |
Color Harmonies of #BE3EFE
Complementary color
Monochromatic Colors of #BE3EFE
Black with #BE3EFE
Text Example
Text Example
White with #BE3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3EFE; }
p { color: rgb(190,62,254); }
H1.HeaderClassName
{
color: #BE3EFE;
}
.AnyTagClassName
{
color: #BE3EFE;
}
</style>
background-color css
<style>
a { background-color: #BE3EFE; }
a { background-color: rgb(190,62,254); }
div.DivClassName
{
background-color: #BE3EFE;
}
.BgClassName
{
background-color: #BE3EFE;
}
</style>
border-color css
<style>
span { border-color: #BE3EFE; }
span { border-color: rgb(190,62,254); }
td.TdClassName
{
border-color: #BE3EFE;
}
.TagClassName
{
border-color: #BE3EFE;
}
</style>