Shades of Medium Orchid #BD5BDD
Tints of Medium Orchid #BD5BDD
RGB
CMYK
RGB Variations
Color information
#BD5BDD (or 0xBD5BDD) is known color: Medium Orchid. HEX triplet: BD, 5B and DD. RGB value is (189,91,221). Sum of RGB (Red+Green+Blue) = 189+91+221=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD5BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5BDD is #42A422. Grayscale: #868686. Windows color (decimal): -4367395 or 14506941. OLE color: 14506941.
HSL color Cylindrical-coordinate representation of color #BD5BDD: hue angle of 285.23º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD5BDD is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 91 | 221 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.13 |
| HSL | 285.23º | 0.66% | 0.61% | - |
| HSV(B) | 285.23º | 0.59% | 0.87% | - |
| XYZ | 37.78 | 23.52 | 70.96 | - |
| YUV | 135.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 91 | 221 | 0.14 | 0.59 | 0 | 0.13 | 285.23 | 0.66 | 0.61 |
| Hex | BD | 5B | DD | E | 3B | 0 | D | 11D | 42 | 3D |
| Octal | 275 | 133 | 335 | 16 | 73 | 0 | 15 | 435 | 102 | 75 |
| Binary | 10111101 | 1011011 | 11011101 | 1110 | 111011 | 0 | 1101 | 100011101 | 1000010 | 111101 |
Color Harmonies of #BD5BDD
Complementary color
Monochromatic Colors of #BD5BDD
Black with #BD5BDD
Text Example
Text Example
White with #BD5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5BDD; }
p { color: rgb(189,91,221); }
H1.HeaderClassName
{
color: #BD5BDD;
}
.AnyTagClassName
{
color: #BD5BDD;
}
</style>
background-color css
<style>
a { background-color: #BD5BDD; }
a { background-color: rgb(189,91,221); }
div.DivClassName
{
background-color: #BD5BDD;
}
.BgClassName
{
background-color: #BD5BDD;
}
</style>
border-color css
<style>
span { border-color: #BD5BDD; }
span { border-color: rgb(189,91,221); }
td.TdClassName
{
border-color: #BD5BDD;
}
.TagClassName
{
border-color: #BD5BDD;
}
</style>