Shades of Medium Orchid #BE3DCD
Tints of Medium Orchid #BE3DCD
RGB
CMYK
RGB Variations
Color information
#BE3DCD (or 0xBE3DCD) is known color: Medium Orchid. HEX triplet: BE, 3D and CD. RGB value is (190,61,205). Sum of RGB (Red+Green+Blue) = 190+61+205=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE3DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3DCD is #41C232. Grayscale: #737373. Windows color (decimal): -4309555 or 13450686. OLE color: 13450686.
HSL color Cylindrical-coordinate representation of color #BE3DCD: hue angle of 293.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE3DCD is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 61 | 205 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.20 |
| HSL | 293.75º | 0.59% | 0.52% | - |
| HSV(B) | 293.75º | 0.7% | 0.8% | - |
| XYZ | 33.92 | 18.69 | 59.58 | - |
| YUV | 115.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 205 | 0.07 | 0.70 | 0 | 0.20 | 293.75 | 0.59 | 0.52 |
| Hex | BE | 3D | CD | 7 | 46 | 0 | 14 | 126 | 3B | 34 |
| Octal | 276 | 75 | 315 | 7 | 106 | 0 | 24 | 446 | 73 | 64 |
| Binary | 10111110 | 111101 | 11001101 | 111 | 1000110 | 0 | 10100 | 100100110 | 111011 | 110100 |
Color Harmonies of #BE3DCD
Complementary color
Monochromatic Colors of #BE3DCD
Black with #BE3DCD
Text Example
Text Example
White with #BE3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DCD; }
p { color: rgb(190,61,205); }
H1.HeaderClassName
{
color: #BE3DCD;
}
.AnyTagClassName
{
color: #BE3DCD;
}
</style>
background-color css
<style>
a { background-color: #BE3DCD; }
a { background-color: rgb(190,61,205); }
div.DivClassName
{
background-color: #BE3DCD;
}
.BgClassName
{
background-color: #BE3DCD;
}
</style>
border-color css
<style>
span { border-color: #BE3DCD; }
span { border-color: rgb(190,61,205); }
td.TdClassName
{
border-color: #BE3DCD;
}
.TagClassName
{
border-color: #BE3DCD;
}
</style>