Shades of Medium Orchid #BD2DDC
Tints of Medium Orchid #BD2DDC
RGB
CMYK
RGB Variations
Color information
#BD2DDC (or 0xBD2DDC) is known color: Medium Orchid. HEX triplet: BD, 2D and DC. RGB value is (189,45,220). Sum of RGB (Red+Green+Blue) = 189+45+220=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD2DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DDC is #42D223. Grayscale: #6B6B6B. Windows color (decimal): -4379172 or 14429629. OLE color: 14429629.
HSL color Cylindrical-coordinate representation of color #BD2DDC: hue angle of 289.37º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2DDC is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 45 | 220 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.14 |
| HSL | 289.37º | 0.71% | 0.52% | - |
| HSV(B) | 289.37º | 0.8% | 0.86% | - |
| XYZ | 34.84 | 17.86 | 69.32 | - |
| YUV | 108.01 | 191.21 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 220 | 0.14 | 0.80 | 0 | 0.14 | 289.37 | 0.71 | 0.52 |
| Hex | BD | 2D | DC | E | 50 | 0 | E | 121 | 47 | 34 |
| Octal | 275 | 55 | 334 | 16 | 120 | 0 | 16 | 441 | 107 | 64 |
| Binary | 10111101 | 101101 | 11011100 | 1110 | 1010000 | 0 | 1110 | 100100001 | 1000111 | 110100 |
Color Harmonies of #BD2DDC
Complementary color
Monochromatic Colors of #BD2DDC
Black with #BD2DDC
Text Example
Text Example
White with #BD2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DDC; }
p { color: rgb(189,45,220); }
H1.HeaderClassName
{
color: #BD2DDC;
}
.AnyTagClassName
{
color: #BD2DDC;
}
</style>
background-color css
<style>
a { background-color: #BD2DDC; }
a { background-color: rgb(189,45,220); }
div.DivClassName
{
background-color: #BD2DDC;
}
.BgClassName
{
background-color: #BD2DDC;
}
</style>
border-color css
<style>
span { border-color: #BD2DDC; }
span { border-color: rgb(189,45,220); }
td.TdClassName
{
border-color: #BD2DDC;
}
.TagClassName
{
border-color: #BD2DDC;
}
</style>