Shades of Medium Orchid #BE3CDB
Tints of Medium Orchid #BE3CDB
RGB
CMYK
RGB Variations
Color information
#BE3CDB (or 0xBE3CDB) is known color: Medium Orchid. HEX triplet: BE, 3C and DB. RGB value is (190,60,219). Sum of RGB (Red+Green+Blue) = 190+60+219=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE3CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3CDB is #41C324. Grayscale: #747474. Windows color (decimal): -4309797 or 14367934. OLE color: 14367934.
HSL color Cylindrical-coordinate representation of color #BE3CDB: hue angle of 289.06º 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 #BE3CDB is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 60 | 219 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.14 |
| HSL | 289.06º | 0.69% | 0.55% | - |
| HSV(B) | 289.06º | 0.73% | 0.86% | - |
| XYZ | 35.64 | 19.29 | 68.86 | - |
| YUV | 117 | 185.57 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 219 | 0.13 | 0.73 | 0 | 0.14 | 289.06 | 0.69 | 0.55 |
| Hex | BE | 3C | DB | D | 49 | 0 | E | 121 | 45 | 37 |
| Octal | 276 | 74 | 333 | 15 | 111 | 0 | 16 | 441 | 105 | 67 |
| Binary | 10111110 | 111100 | 11011011 | 1101 | 1001001 | 0 | 1110 | 100100001 | 1000101 | 110111 |
Color Harmonies of #BE3CDB
Complementary color
Monochromatic Colors of #BE3CDB
Black with #BE3CDB
Text Example
Text Example
White with #BE3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3CDB; }
p { color: rgb(190,60,219); }
H1.HeaderClassName
{
color: #BE3CDB;
}
.AnyTagClassName
{
color: #BE3CDB;
}
</style>
background-color css
<style>
a { background-color: #BE3CDB; }
a { background-color: rgb(190,60,219); }
div.DivClassName
{
background-color: #BE3CDB;
}
.BgClassName
{
background-color: #BE3CDB;
}
</style>
border-color css
<style>
span { border-color: #BE3CDB; }
span { border-color: rgb(190,60,219); }
td.TdClassName
{
border-color: #BE3CDB;
}
.TagClassName
{
border-color: #BE3CDB;
}
</style>