Shades of Medium Orchid #BD51D1
Tints of Medium Orchid #BD51D1
RGB
CMYK
RGB Variations
Color information
#BD51D1 (or 0xBD51D1) is known color: Medium Orchid. HEX triplet: BD, 51 and D1. RGB value is (189,81,209). Sum of RGB (Red+Green+Blue) = 189+81+209=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD51D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51D1 is #42AE2E. Grayscale: #7F7F7F. Windows color (decimal): -4369967 or 13717949. OLE color: 13717949.
HSL color Cylindrical-coordinate representation of color #BD51D1: hue angle of 290.62º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD51D1 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 81 | 209 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.18 |
| HSL | 290.63º | 0.58% | 0.57% | - |
| HSV(B) | 290.63º | 0.61% | 0.82% | - |
| XYZ | 35.44 | 21.31 | 62.57 | - |
| YUV | 127.88 | 173.78 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 209 | 0.10 | 0.61 | 0 | 0.18 | 290.63 | 0.58 | 0.57 |
| Hex | BD | 51 | D1 | A | 3D | 0 | 12 | 123 | 3A | 39 |
| Octal | 275 | 121 | 321 | 12 | 75 | 0 | 22 | 443 | 72 | 71 |
| Binary | 10111101 | 1010001 | 11010001 | 1010 | 111101 | 0 | 10010 | 100100011 | 111010 | 111001 |
Color Harmonies of #BD51D1
Complementary color
Monochromatic Colors of #BD51D1
Black with #BD51D1
Text Example
Text Example
White with #BD51D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51D1; }
p { color: rgb(189,81,209); }
H1.HeaderClassName
{
color: #BD51D1;
}
.AnyTagClassName
{
color: #BD51D1;
}
</style>
background-color css
<style>
a { background-color: #BD51D1; }
a { background-color: rgb(189,81,209); }
div.DivClassName
{
background-color: #BD51D1;
}
.BgClassName
{
background-color: #BD51D1;
}
</style>
border-color css
<style>
span { border-color: #BD51D1; }
span { border-color: rgb(189,81,209); }
td.TdClassName
{
border-color: #BD51D1;
}
.TagClassName
{
border-color: #BD51D1;
}
</style>