Shades of Medium Orchid #BD50D1
Tints of Medium Orchid #BD50D1
RGB
CMYK
RGB Variations
Color information
#BD50D1 (or 0xBD50D1) is known color: Medium Orchid. HEX triplet: BD, 50 and D1. RGB value is (189,80,209). Sum of RGB (Red+Green+Blue) = 189+80+209=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD50D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50D1 is #42AF2E. Grayscale: #7E7E7E. Windows color (decimal): -4370223 or 13717693. OLE color: 13717693.
HSL color Cylindrical-coordinate representation of color #BD50D1: hue angle of 290.7º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD50D1 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 80 | 209 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.18 |
| HSL | 290.7º | 0.58% | 0.57% | - |
| HSV(B) | 290.7º | 0.62% | 0.82% | - |
| XYZ | 35.36 | 21.16 | 62.54 | - |
| YUV | 127.3 | 174.11 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 209 | 0.10 | 0.62 | 0 | 0.18 | 290.7 | 0.58 | 0.57 |
| Hex | BD | 50 | D1 | A | 3E | 0 | 12 | 123 | 3A | 39 |
| Octal | 275 | 120 | 321 | 12 | 76 | 0 | 22 | 443 | 72 | 71 |
| Binary | 10111101 | 1010000 | 11010001 | 1010 | 111110 | 0 | 10010 | 100100011 | 111010 | 111001 |
Color Harmonies of #BD50D1
Complementary color
Monochromatic Colors of #BD50D1
Black with #BD50D1
Text Example
Text Example
White with #BD50D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50D1; }
p { color: rgb(189,80,209); }
H1.HeaderClassName
{
color: #BD50D1;
}
.AnyTagClassName
{
color: #BD50D1;
}
</style>
background-color css
<style>
a { background-color: #BD50D1; }
a { background-color: rgb(189,80,209); }
div.DivClassName
{
background-color: #BD50D1;
}
.BgClassName
{
background-color: #BD50D1;
}
</style>
border-color css
<style>
span { border-color: #BD50D1; }
span { border-color: rgb(189,80,209); }
td.TdClassName
{
border-color: #BD50D1;
}
.TagClassName
{
border-color: #BD50D1;
}
</style>