Shades of Medium Orchid #BD2ED7
Tints of Medium Orchid #BD2ED7
RGB
CMYK
RGB Variations
Color information
#BD2ED7 (or 0xBD2ED7) is known color: Medium Orchid. HEX triplet: BD, 2E and D7. RGB value is (189,46,215). Sum of RGB (Red+Green+Blue) = 189+46+215=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD2ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ED7 is #42D128. Grayscale: #6B6B6B. Windows color (decimal): -4378921 or 14102205. OLE color: 14102205.
HSL color Cylindrical-coordinate representation of color #BD2ED7: hue angle of 290.77º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2ED7 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 46 | 215 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.16 |
| HSL | 290.77º | 0.68% | 0.51% | - |
| HSV(B) | 290.77º | 0.79% | 0.84% | - |
| XYZ | 34.23 | 17.68 | 65.9 | - |
| YUV | 108.02 | 188.38 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 215 | 0.12 | 0.79 | 0 | 0.16 | 290.77 | 0.68 | 0.51 |
| Hex | BD | 2E | D7 | C | 4F | 0 | 10 | 123 | 44 | 33 |
| Octal | 275 | 56 | 327 | 14 | 117 | 0 | 20 | 443 | 104 | 63 |
| Binary | 10111101 | 101110 | 11010111 | 1100 | 1001111 | 0 | 10000 | 100100011 | 1000100 | 110011 |
Color Harmonies of #BD2ED7
Complementary color
Monochromatic Colors of #BD2ED7
Black with #BD2ED7
Text Example
Text Example
White with #BD2ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2ED7; }
p { color: rgb(189,46,215); }
H1.HeaderClassName
{
color: #BD2ED7;
}
.AnyTagClassName
{
color: #BD2ED7;
}
</style>
background-color css
<style>
a { background-color: #BD2ED7; }
a { background-color: rgb(189,46,215); }
div.DivClassName
{
background-color: #BD2ED7;
}
.BgClassName
{
background-color: #BD2ED7;
}
</style>
border-color css
<style>
span { border-color: #BD2ED7; }
span { border-color: rgb(189,46,215); }
td.TdClassName
{
border-color: #BD2ED7;
}
.TagClassName
{
border-color: #BD2ED7;
}
</style>