Shades of Medium Orchid #BE3BCD
Tints of Medium Orchid #BE3BCD
RGB
CMYK
RGB Variations
Color information
#BE3BCD (or 0xBE3BCD) is known color: Medium Orchid. HEX triplet: BE, 3B and CD. RGB value is (190,59,205). Sum of RGB (Red+Green+Blue) = 190+59+205=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE3BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3BCD is #41C432. Grayscale: #727272. Windows color (decimal): -4310067 or 13450174. OLE color: 13450174.
HSL color Cylindrical-coordinate representation of color #BE3BCD: hue angle of 293.84º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3BCD is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 59 | 205 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.20 |
| HSL | 293.84º | 0.59% | 0.52% | - |
| HSV(B) | 293.84º | 0.71% | 0.8% | - |
| XYZ | 33.82 | 18.48 | 59.54 | - |
| YUV | 114.81 | 178.9 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 59 | 205 | 0.07 | 0.71 | 0 | 0.20 | 293.84 | 0.59 | 0.52 |
| Hex | BE | 3B | CD | 7 | 47 | 0 | 14 | 126 | 3B | 34 |
| Octal | 276 | 73 | 315 | 7 | 107 | 0 | 24 | 446 | 73 | 64 |
| Binary | 10111110 | 111011 | 11001101 | 111 | 1000111 | 0 | 10100 | 100100110 | 111011 | 110100 |
Color Harmonies of #BE3BCD
Complementary color
Monochromatic Colors of #BE3BCD
Black with #BE3BCD
Text Example
Text Example
White with #BE3BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3BCD; }
p { color: rgb(190,59,205); }
H1.HeaderClassName
{
color: #BE3BCD;
}
.AnyTagClassName
{
color: #BE3BCD;
}
</style>
background-color css
<style>
a { background-color: #BE3BCD; }
a { background-color: rgb(190,59,205); }
div.DivClassName
{
background-color: #BE3BCD;
}
.BgClassName
{
background-color: #BE3BCD;
}
</style>
border-color css
<style>
span { border-color: #BE3BCD; }
span { border-color: rgb(190,59,205); }
td.TdClassName
{
border-color: #BE3BCD;
}
.TagClassName
{
border-color: #BE3BCD;
}
</style>