Shades of Medium Orchid #BE2FDB
Tints of Medium Orchid #BE2FDB
RGB
CMYK
RGB Variations
Color information
#BE2FDB (or 0xBE2FDB) is known color: Medium Orchid. HEX triplet: BE, 2F and DB. RGB value is (190,47,219). Sum of RGB (Red+Green+Blue) = 190+47+219=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE2FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2FDB is #41D024. Grayscale: #6C6C6C. Windows color (decimal): -4313125 or 14364606. OLE color: 14364606.
HSL color Cylindrical-coordinate representation of color #BE2FDB: hue angle of 289.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2FDB is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 47 | 219 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.14 |
| HSL | 289.88º | 0.7% | 0.52% | - |
| HSV(B) | 289.88º | 0.79% | 0.86% | - |
| XYZ | 35.04 | 18.09 | 68.66 | - |
| YUV | 109.37 | 189.88 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 47 | 219 | 0.13 | 0.79 | 0 | 0.14 | 289.88 | 0.7 | 0.52 |
| Hex | BE | 2F | DB | D | 4F | 0 | E | 122 | 46 | 34 |
| Octal | 276 | 57 | 333 | 15 | 117 | 0 | 16 | 442 | 106 | 64 |
| Binary | 10111110 | 101111 | 11011011 | 1101 | 1001111 | 0 | 1110 | 100100010 | 1000110 | 110100 |
Color Harmonies of #BE2FDB
Complementary color
Monochromatic Colors of #BE2FDB
Black with #BE2FDB
Text Example
Text Example
White with #BE2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2FDB; }
p { color: rgb(190,47,219); }
H1.HeaderClassName
{
color: #BE2FDB;
}
.AnyTagClassName
{
color: #BE2FDB;
}
</style>
background-color css
<style>
a { background-color: #BE2FDB; }
a { background-color: rgb(190,47,219); }
div.DivClassName
{
background-color: #BE2FDB;
}
.BgClassName
{
background-color: #BE2FDB;
}
</style>
border-color css
<style>
span { border-color: #BE2FDB; }
span { border-color: rgb(190,47,219); }
td.TdClassName
{
border-color: #BE2FDB;
}
.TagClassName
{
border-color: #BE2FDB;
}
</style>