Shades of Medium Orchid #BD2DD4
Tints of Medium Orchid #BD2DD4
RGB
CMYK
RGB Variations
Color information
#BD2DD4 (or 0xBD2DD4) is known color: Medium Orchid. HEX triplet: BD, 2D and D4. RGB value is (189,45,212). Sum of RGB (Red+Green+Blue) = 189+45+212=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD2DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DD4 is #42D22B. Grayscale: #6A6A6A. Windows color (decimal): -4379180 or 13905341. OLE color: 13905341.
HSL color Cylindrical-coordinate representation of color #BD2DD4: hue angle of 291.74º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2DD4 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 45 | 212 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.17 |
| HSL | 291.74º | 0.66% | 0.5% | - |
| HSV(B) | 291.74º | 0.79% | 0.83% | - |
| XYZ | 33.81 | 17.45 | 63.87 | - |
| YUV | 107.09 | 187.21 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 212 | 0.11 | 0.79 | 0 | 0.17 | 291.74 | 0.66 | 0.5 |
| Hex | BD | 2D | D4 | B | 4F | 0 | 11 | 124 | 42 | 32 |
| Octal | 275 | 55 | 324 | 13 | 117 | 0 | 21 | 444 | 102 | 62 |
| Binary | 10111101 | 101101 | 11010100 | 1011 | 1001111 | 0 | 10001 | 100100100 | 1000010 | 110010 |
Color Harmonies of #BD2DD4
Complementary color
Monochromatic Colors of #BD2DD4
Black with #BD2DD4
Text Example
Text Example
White with #BD2DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DD4; }
p { color: rgb(189,45,212); }
H1.HeaderClassName
{
color: #BD2DD4;
}
.AnyTagClassName
{
color: #BD2DD4;
}
</style>
background-color css
<style>
a { background-color: #BD2DD4; }
a { background-color: rgb(189,45,212); }
div.DivClassName
{
background-color: #BD2DD4;
}
.BgClassName
{
background-color: #BD2DD4;
}
</style>
border-color css
<style>
span { border-color: #BD2DD4; }
span { border-color: rgb(189,45,212); }
td.TdClassName
{
border-color: #BD2DD4;
}
.TagClassName
{
border-color: #BD2DD4;
}
</style>