Shades of Medium Orchid #BE4ADB
Tints of Medium Orchid #BE4ADB
RGB
CMYK
RGB Variations
Color information
#BE4ADB (or 0xBE4ADB) is known color: Medium Orchid. HEX triplet: BE, 4A and DB. RGB value is (190,74,219). Sum of RGB (Red+Green+Blue) = 190+74+219=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE4ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4ADB is #41B524. Grayscale: #7C7C7C. Windows color (decimal): -4306213 or 14371518. OLE color: 14371518.
HSL color Cylindrical-coordinate representation of color #BE4ADB: hue angle of 288º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4ADB is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 74 | 219 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.14 |
| HSL | 288º | 0.67% | 0.57% | - |
| HSV(B) | 288º | 0.66% | 0.86% | - |
| XYZ | 36.47 | 20.96 | 69.14 | - |
| YUV | 125.21 | 180.93 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 219 | 0.13 | 0.66 | 0 | 0.14 | 288 | 0.67 | 0.57 |
| Hex | BE | 4A | DB | D | 42 | 0 | E | 120 | 43 | 39 |
| Octal | 276 | 112 | 333 | 15 | 102 | 0 | 16 | 440 | 103 | 71 |
| Binary | 10111110 | 1001010 | 11011011 | 1101 | 1000010 | 0 | 1110 | 100100000 | 1000011 | 111001 |
Color Harmonies of #BE4ADB
Complementary color
Monochromatic Colors of #BE4ADB
Black with #BE4ADB
Text Example
Text Example
White with #BE4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4ADB; }
p { color: rgb(190,74,219); }
H1.HeaderClassName
{
color: #BE4ADB;
}
.AnyTagClassName
{
color: #BE4ADB;
}
</style>
background-color css
<style>
a { background-color: #BE4ADB; }
a { background-color: rgb(190,74,219); }
div.DivClassName
{
background-color: #BE4ADB;
}
.BgClassName
{
background-color: #BE4ADB;
}
</style>
border-color css
<style>
span { border-color: #BE4ADB; }
span { border-color: rgb(190,74,219); }
td.TdClassName
{
border-color: #BE4ADB;
}
.TagClassName
{
border-color: #BE4ADB;
}
</style>