Shades of Medium Orchid #BE3DFE
Tints of Medium Orchid #BE3DFE
RGB
CMYK
RGB Variations
Color information
#BE3DFE (or 0xBE3DFE) is known color: Medium Orchid. HEX triplet: BE, 3D and FE. RGB value is (190,61,254). Sum of RGB (Red+Green+Blue) = 190+61+254=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 61 (24.22% from 255 or 12.08% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE3DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3DFE is #41C201. Grayscale: #787878. Windows color (decimal): -4309506 or 16661950. OLE color: 16661950.
HSL color Cylindrical-coordinate representation of color #BE3DFE: hue angle of 280.1º 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 #BE3DFE is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 61 | 254 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.00 |
| HSL | 280.1º | 0.99% | 0.62% | - |
| HSV(B) | 280.1º | 0.76% | 1% | - |
| XYZ | 40.79 | 21.44 | 95.75 | - |
| YUV | 121.57 | 202.74 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 254 | 0.25 | 0.76 | 0 | 0.00 | 280.1 | 0.99 | 0.62 |
| Hex | BE | 3D | FE | 19 | 4C | 0 | 0 | 118 | 63 | 3E |
| Octal | 276 | 75 | 376 | 31 | 114 | 0 | 0 | 430 | 143 | 76 |
| Binary | 10111110 | 111101 | 11111110 | 11001 | 1001100 | 0 | 0 | 100011000 | 1100011 | 111110 |
Color Harmonies of #BE3DFE
Complementary color
Monochromatic Colors of #BE3DFE
Black with #BE3DFE
Text Example
Text Example
White with #BE3DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DFE; }
p { color: rgb(190,61,254); }
H1.HeaderClassName
{
color: #BE3DFE;
}
.AnyTagClassName
{
color: #BE3DFE;
}
</style>
background-color css
<style>
a { background-color: #BE3DFE; }
a { background-color: rgb(190,61,254); }
div.DivClassName
{
background-color: #BE3DFE;
}
.BgClassName
{
background-color: #BE3DFE;
}
</style>
border-color css
<style>
span { border-color: #BE3DFE; }
span { border-color: rgb(190,61,254); }
td.TdClassName
{
border-color: #BE3DFE;
}
.TagClassName
{
border-color: #BE3DFE;
}
</style>