Shades of Medium Orchid #BE3BDB
Tints of Medium Orchid #BE3BDB
RGB
CMYK
RGB Variations
Color information
#BE3BDB (or 0xBE3BDB) is known color: Medium Orchid. HEX triplet: BE, 3B and DB. RGB value is (190,59,219). Sum of RGB (Red+Green+Blue) = 190+59+219=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE3BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3BDB is #41C424. Grayscale: #737373. Windows color (decimal): -4310053 or 14367678. OLE color: 14367678.
HSL color Cylindrical-coordinate representation of color #BE3BDB: hue angle of 289.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3BDB is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 59 | 219 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.14 |
| HSL | 289.13º | 0.69% | 0.55% | - |
| HSV(B) | 289.13º | 0.73% | 0.86% | - |
| XYZ | 35.59 | 19.19 | 68.85 | - |
| YUV | 116.41 | 185.9 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 59 | 219 | 0.13 | 0.73 | 0 | 0.14 | 289.13 | 0.69 | 0.55 |
| Hex | BE | 3B | DB | D | 49 | 0 | E | 121 | 45 | 37 |
| Octal | 276 | 73 | 333 | 15 | 111 | 0 | 16 | 441 | 105 | 67 |
| Binary | 10111110 | 111011 | 11011011 | 1101 | 1001001 | 0 | 1110 | 100100001 | 1000101 | 110111 |
Color Harmonies of #BE3BDB
Complementary color
Monochromatic Colors of #BE3BDB
Black with #BE3BDB
Text Example
Text Example
White with #BE3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3BDB; }
p { color: rgb(190,59,219); }
H1.HeaderClassName
{
color: #BE3BDB;
}
.AnyTagClassName
{
color: #BE3BDB;
}
</style>
background-color css
<style>
a { background-color: #BE3BDB; }
a { background-color: rgb(190,59,219); }
div.DivClassName
{
background-color: #BE3BDB;
}
.BgClassName
{
background-color: #BE3BDB;
}
</style>
border-color css
<style>
span { border-color: #BE3BDB; }
span { border-color: rgb(190,59,219); }
td.TdClassName
{
border-color: #BE3BDB;
}
.TagClassName
{
border-color: #BE3BDB;
}
</style>