Shades of Medium Orchid #BD5DDD
Tints of Medium Orchid #BD5DDD
RGB
CMYK
RGB Variations
Color information
#BD5DDD (or 0xBD5DDD) is known color: Medium Orchid. HEX triplet: BD, 5D and DD. RGB value is (189,93,221). Sum of RGB (Red+Green+Blue) = 189+93+221=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD5DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DDD is #42A222. Grayscale: #878787. Windows color (decimal): -4366883 or 14507453. OLE color: 14507453.
HSL color Cylindrical-coordinate representation of color #BD5DDD: hue angle of 285º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5DDD is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 93 | 221 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.13 |
| HSL | 285º | 0.65% | 0.62% | - |
| HSV(B) | 285º | 0.58% | 0.87% | - |
| XYZ | 37.95 | 23.87 | 71.01 | - |
| YUV | 136.3 | 175.8 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 221 | 0.14 | 0.58 | 0 | 0.13 | 285 | 0.65 | 0.62 |
| Hex | BD | 5D | DD | E | 3A | 0 | D | 11D | 41 | 3E |
| Octal | 275 | 135 | 335 | 16 | 72 | 0 | 15 | 435 | 101 | 76 |
| Binary | 10111101 | 1011101 | 11011101 | 1110 | 111010 | 0 | 1101 | 100011101 | 1000001 | 111110 |
Color Harmonies of #BD5DDD
Complementary color
Monochromatic Colors of #BD5DDD
Black with #BD5DDD
Text Example
Text Example
White with #BD5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5DDD; }
p { color: rgb(189,93,221); }
H1.HeaderClassName
{
color: #BD5DDD;
}
.AnyTagClassName
{
color: #BD5DDD;
}
</style>
background-color css
<style>
a { background-color: #BD5DDD; }
a { background-color: rgb(189,93,221); }
div.DivClassName
{
background-color: #BD5DDD;
}
.BgClassName
{
background-color: #BD5DDD;
}
</style>
border-color css
<style>
span { border-color: #BD5DDD; }
span { border-color: rgb(189,93,221); }
td.TdClassName
{
border-color: #BD5DDD;
}
.TagClassName
{
border-color: #BD5DDD;
}
</style>