Shades of Medium Orchid #BE3DFB
Tints of Medium Orchid #BE3DFB
RGB
CMYK
RGB Variations
Color information
#BE3DFB (or 0xBE3DFB) is known color: Medium Orchid. HEX triplet: BE, 3D and FB. RGB value is (190,61,251). Sum of RGB (Red+Green+Blue) = 190+61+251=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 61 (24.22% from 255 or 12.15% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE3DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3DFB is #41C204. Grayscale: #787878. Windows color (decimal): -4309509 or 16465342. OLE color: 16465342.
HSL color Cylindrical-coordinate representation of color #BE3DFB: hue angle of 280.74º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE3DFB is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 61 | 251 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.02 |
| HSL | 280.74º | 0.96% | 0.61% | - |
| HSV(B) | 280.74º | 0.76% | 0.98% | - |
| XYZ | 40.32 | 21.25 | 93.24 | - |
| YUV | 121.23 | 201.24 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 251 | 0.24 | 0.76 | 0 | 0.02 | 280.74 | 0.96 | 0.61 |
| Hex | BE | 3D | FB | 18 | 4C | 0 | 2 | 119 | 60 | 3D |
| Octal | 276 | 75 | 373 | 30 | 114 | 0 | 2 | 431 | 140 | 75 |
| Binary | 10111110 | 111101 | 11111011 | 11000 | 1001100 | 0 | 10 | 100011001 | 1100000 | 111101 |
Color Harmonies of #BE3DFB
Complementary color
Monochromatic Colors of #BE3DFB
Black with #BE3DFB
Text Example
Text Example
White with #BE3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DFB; }
p { color: rgb(190,61,251); }
H1.HeaderClassName
{
color: #BE3DFB;
}
.AnyTagClassName
{
color: #BE3DFB;
}
</style>
background-color css
<style>
a { background-color: #BE3DFB; }
a { background-color: rgb(190,61,251); }
div.DivClassName
{
background-color: #BE3DFB;
}
.BgClassName
{
background-color: #BE3DFB;
}
</style>
border-color css
<style>
span { border-color: #BE3DFB; }
span { border-color: rgb(190,61,251); }
td.TdClassName
{
border-color: #BE3DFB;
}
.TagClassName
{
border-color: #BE3DFB;
}
</style>