Shades of Medium Orchid #BE3DDB
Tints of Medium Orchid #BE3DDB
RGB
CMYK
RGB Variations
Color information
#BE3DDB (or 0xBE3DDB) is known color: Medium Orchid. HEX triplet: BE, 3D and DB. RGB value is (190,61,219). Sum of RGB (Red+Green+Blue) = 190+61+219=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE3DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3DDB is #41C224. Grayscale: #757575. Windows color (decimal): -4309541 or 14368190. OLE color: 14368190.
HSL color Cylindrical-coordinate representation of color #BE3DDB: hue angle of 288.99º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3DDB is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 61 | 219 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.14 |
| HSL | 288.99º | 0.69% | 0.55% | - |
| HSV(B) | 288.99º | 0.72% | 0.86% | - |
| XYZ | 35.69 | 19.4 | 68.88 | - |
| YUV | 117.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 219 | 0.13 | 0.72 | 0 | 0.14 | 288.99 | 0.69 | 0.55 |
| Hex | BE | 3D | DB | D | 48 | 0 | E | 121 | 45 | 37 |
| Octal | 276 | 75 | 333 | 15 | 110 | 0 | 16 | 441 | 105 | 67 |
| Binary | 10111110 | 111101 | 11011011 | 1101 | 1001000 | 0 | 1110 | 100100001 | 1000101 | 110111 |
Color Harmonies of #BE3DDB
Complementary color
Monochromatic Colors of #BE3DDB
Black with #BE3DDB
Text Example
Text Example
White with #BE3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DDB; }
p { color: rgb(190,61,219); }
H1.HeaderClassName
{
color: #BE3DDB;
}
.AnyTagClassName
{
color: #BE3DDB;
}
</style>
background-color css
<style>
a { background-color: #BE3DDB; }
a { background-color: rgb(190,61,219); }
div.DivClassName
{
background-color: #BE3DDB;
}
.BgClassName
{
background-color: #BE3DDB;
}
</style>
border-color css
<style>
span { border-color: #BE3DDB; }
span { border-color: rgb(190,61,219); }
td.TdClassName
{
border-color: #BE3DDB;
}
.TagClassName
{
border-color: #BE3DDB;
}
</style>