Shades of Medium Orchid #BD2EDF
Tints of Medium Orchid #BD2EDF
RGB
CMYK
RGB Variations
Color information
#BD2EDF (or 0xBD2EDF) is known color: Medium Orchid. HEX triplet: BD, 2E and DF. RGB value is (189,46,223). Sum of RGB (Red+Green+Blue) = 189+46+223=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD2EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2EDF is #42D120. Grayscale: #6C6C6C. Windows color (decimal): -4378913 or 14626493. OLE color: 14626493.
HSL color Cylindrical-coordinate representation of color #BD2EDF: hue angle of 288.47º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2EDF is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 46 | 223 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.13 |
| HSL | 288.47º | 0.73% | 0.53% | - |
| HSV(B) | 288.47º | 0.79% | 0.87% | - |
| XYZ | 35.28 | 18.1 | 71.45 | - |
| YUV | 108.94 | 192.38 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 223 | 0.15 | 0.79 | 0 | 0.13 | 288.47 | 0.73 | 0.53 |
| Hex | BD | 2E | DF | F | 4F | 0 | D | 120 | 49 | 35 |
| Octal | 275 | 56 | 337 | 17 | 117 | 0 | 15 | 440 | 111 | 65 |
| Binary | 10111101 | 101110 | 11011111 | 1111 | 1001111 | 0 | 1101 | 100100000 | 1001001 | 110101 |
Color Harmonies of #BD2EDF
Complementary color
Monochromatic Colors of #BD2EDF
Black with #BD2EDF
Text Example
Text Example
White with #BD2EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2EDF; }
p { color: rgb(189,46,223); }
H1.HeaderClassName
{
color: #BD2EDF;
}
.AnyTagClassName
{
color: #BD2EDF;
}
</style>
background-color css
<style>
a { background-color: #BD2EDF; }
a { background-color: rgb(189,46,223); }
div.DivClassName
{
background-color: #BD2EDF;
}
.BgClassName
{
background-color: #BD2EDF;
}
</style>
border-color css
<style>
span { border-color: #BD2EDF; }
span { border-color: rgb(189,46,223); }
td.TdClassName
{
border-color: #BD2EDF;
}
.TagClassName
{
border-color: #BD2EDF;
}
</style>