Shades of Medium Orchid #BE36DB
Tints of Medium Orchid #BE36DB
RGB
CMYK
RGB Variations
Color information
#BE36DB (or 0xBE36DB) is known color: Medium Orchid. HEX triplet: BE, 36 and DB. RGB value is (190,54,219). Sum of RGB (Red+Green+Blue) = 190+54+219=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE36DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE36DB is #41C924. Grayscale: #707070. Windows color (decimal): -4311333 or 14366398. OLE color: 14366398.
HSL color Cylindrical-coordinate representation of color #BE36DB: hue angle of 289.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE36DB is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 54 | 219 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.14 |
| HSL | 289.45º | 0.7% | 0.54% | - |
| HSV(B) | 289.45º | 0.75% | 0.86% | - |
| XYZ | 35.34 | 18.7 | 68.76 | - |
| YUV | 113.47 | 187.56 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 219 | 0.13 | 0.75 | 0 | 0.14 | 289.45 | 0.7 | 0.54 |
| Hex | BE | 36 | DB | D | 4B | 0 | E | 121 | 46 | 36 |
| Octal | 276 | 66 | 333 | 15 | 113 | 0 | 16 | 441 | 106 | 66 |
| Binary | 10111110 | 110110 | 11011011 | 1101 | 1001011 | 0 | 1110 | 100100001 | 1000110 | 110110 |
Color Harmonies of #BE36DB
Complementary color
Monochromatic Colors of #BE36DB
Black with #BE36DB
Text Example
Text Example
White with #BE36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE36DB; }
p { color: rgb(190,54,219); }
H1.HeaderClassName
{
color: #BE36DB;
}
.AnyTagClassName
{
color: #BE36DB;
}
</style>
background-color css
<style>
a { background-color: #BE36DB; }
a { background-color: rgb(190,54,219); }
div.DivClassName
{
background-color: #BE36DB;
}
.BgClassName
{
background-color: #BE36DB;
}
</style>
border-color css
<style>
span { border-color: #BE36DB; }
span { border-color: rgb(190,54,219); }
td.TdClassName
{
border-color: #BE36DB;
}
.TagClassName
{
border-color: #BE36DB;
}
</style>