Shades of Medium Orchid #BD2EDB
Tints of Medium Orchid #BD2EDB
RGB
CMYK
RGB Variations
Color information
#BD2EDB (or 0xBD2EDB) is known color: Medium Orchid. HEX triplet: BD, 2E and DB. RGB value is (189,46,219). Sum of RGB (Red+Green+Blue) = 189+46+219=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD2EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2EDB is #42D124. Grayscale: #6B6B6B. Windows color (decimal): -4378917 or 14364349. OLE color: 14364349.
HSL color Cylindrical-coordinate representation of color #BD2EDB: hue angle of 289.6º degrees, saturation: 0.71, 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 #BD2EDB is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 46 | 219 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.14 |
| HSL | 289.6º | 0.71% | 0.52% | - |
| HSV(B) | 289.6º | 0.79% | 0.86% | - |
| XYZ | 34.75 | 17.89 | 68.64 | - |
| YUV | 108.48 | 190.38 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 219 | 0.14 | 0.79 | 0 | 0.14 | 289.6 | 0.71 | 0.52 |
| Hex | BD | 2E | DB | E | 4F | 0 | E | 122 | 47 | 34 |
| Octal | 275 | 56 | 333 | 16 | 117 | 0 | 16 | 442 | 107 | 64 |
| Binary | 10111101 | 101110 | 11011011 | 1110 | 1001111 | 0 | 1110 | 100100010 | 1000111 | 110100 |
Color Harmonies of #BD2EDB
Complementary color
Monochromatic Colors of #BD2EDB
Black with #BD2EDB
Text Example
Text Example
White with #BD2EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2EDB; }
p { color: rgb(189,46,219); }
H1.HeaderClassName
{
color: #BD2EDB;
}
.AnyTagClassName
{
color: #BD2EDB;
}
</style>
background-color css
<style>
a { background-color: #BD2EDB; }
a { background-color: rgb(189,46,219); }
div.DivClassName
{
background-color: #BD2EDB;
}
.BgClassName
{
background-color: #BD2EDB;
}
</style>
border-color css
<style>
span { border-color: #BD2EDB; }
span { border-color: rgb(189,46,219); }
td.TdClassName
{
border-color: #BD2EDB;
}
.TagClassName
{
border-color: #BD2EDB;
}
</style>