Shades of Medium Orchid #BD50DD
Tints of Medium Orchid #BD50DD
RGB
CMYK
RGB Variations
Color information
#BD50DD (or 0xBD50DD) is known color: Medium Orchid. HEX triplet: BD, 50 and DD. RGB value is (189,80,221). Sum of RGB (Red+Green+Blue) = 189+80+221=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50DD is #42AF22. Grayscale: #808080. Windows color (decimal): -4370211 or 14504125. OLE color: 14504125.
HSL color Cylindrical-coordinate representation of color #BD50DD: hue angle of 286.38º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD50DD is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 80 | 221 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.13 |
| HSL | 286.38º | 0.67% | 0.59% | - |
| HSV(B) | 286.38º | 0.64% | 0.87% | - |
| XYZ | 36.91 | 21.78 | 70.66 | - |
| YUV | 128.67 | 180.11 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 221 | 0.14 | 0.64 | 0 | 0.13 | 286.38 | 0.67 | 0.59 |
| Hex | BD | 50 | DD | E | 40 | 0 | D | 11E | 43 | 3B |
| Octal | 275 | 120 | 335 | 16 | 100 | 0 | 15 | 436 | 103 | 73 |
| Binary | 10111101 | 1010000 | 11011101 | 1110 | 1000000 | 0 | 1101 | 100011110 | 1000011 | 111011 |
Color Harmonies of #BD50DD
Complementary color
Monochromatic Colors of #BD50DD
Black with #BD50DD
Text Example
Text Example
White with #BD50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50DD; }
p { color: rgb(189,80,221); }
H1.HeaderClassName
{
color: #BD50DD;
}
.AnyTagClassName
{
color: #BD50DD;
}
</style>
background-color css
<style>
a { background-color: #BD50DD; }
a { background-color: rgb(189,80,221); }
div.DivClassName
{
background-color: #BD50DD;
}
.BgClassName
{
background-color: #BD50DD;
}
</style>
border-color css
<style>
span { border-color: #BD50DD; }
span { border-color: rgb(189,80,221); }
td.TdClassName
{
border-color: #BD50DD;
}
.TagClassName
{
border-color: #BD50DD;
}
</style>