Shades of Medium Orchid #BE36DD
Tints of Medium Orchid #BE36DD
RGB
CMYK
RGB Variations
Color information
#BE36DD (or 0xBE36DD) is known color: Medium Orchid. HEX triplet: BE, 36 and DD. RGB value is (190,54,221). Sum of RGB (Red+Green+Blue) = 190+54+221=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE36DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE36DD is #41C922. Grayscale: #717171. Windows color (decimal): -4311331 or 14497470. OLE color: 14497470.
HSL color Cylindrical-coordinate representation of color #BE36DD: hue angle of 288.86º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE36DD is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 54 | 221 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.13 |
| HSL | 288.86º | 0.71% | 0.54% | - |
| HSV(B) | 288.86º | 0.76% | 0.87% | - |
| XYZ | 35.61 | 18.81 | 70.16 | - |
| YUV | 113.7 | 188.56 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 221 | 0.14 | 0.76 | 0 | 0.13 | 288.86 | 0.71 | 0.54 |
| Hex | BE | 36 | DD | E | 4C | 0 | D | 121 | 47 | 36 |
| Octal | 276 | 66 | 335 | 16 | 114 | 0 | 15 | 441 | 107 | 66 |
| Binary | 10111110 | 110110 | 11011101 | 1110 | 1001100 | 0 | 1101 | 100100001 | 1000111 | 110110 |
Color Harmonies of #BE36DD
Complementary color
Monochromatic Colors of #BE36DD
Black with #BE36DD
Text Example
Text Example
White with #BE36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE36DD; }
p { color: rgb(190,54,221); }
H1.HeaderClassName
{
color: #BE36DD;
}
.AnyTagClassName
{
color: #BE36DD;
}
</style>
background-color css
<style>
a { background-color: #BE36DD; }
a { background-color: rgb(190,54,221); }
div.DivClassName
{
background-color: #BE36DD;
}
.BgClassName
{
background-color: #BE36DD;
}
</style>
border-color css
<style>
span { border-color: #BE36DD; }
span { border-color: rgb(190,54,221); }
td.TdClassName
{
border-color: #BE36DD;
}
.TagClassName
{
border-color: #BE36DD;
}
</style>