Shades of Medium Orchid #BD5EC9
Tints of Medium Orchid #BD5EC9
RGB
CMYK
RGB Variations
Color information
#BD5EC9 (or 0xBD5EC9) is known color: Medium Orchid. HEX triplet: BD, 5E and C9. RGB value is (189,94,201). Sum of RGB (Red+Green+Blue) = 189+94+201=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD5EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5EC9 is #42A136. Grayscale: #868686. Windows color (decimal): -4366647 or 13196989. OLE color: 13196989.
HSL color Cylindrical-coordinate representation of color #BD5EC9: hue angle of 293.27º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD5EC9 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 94 | 201 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.21 |
| HSL | 293.27º | 0.5% | 0.58% | - |
| HSV(B) | 293.27º | 0.53% | 0.79% | - |
| XYZ | 35.53 | 23.04 | 57.83 | - |
| YUV | 134.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 201 | 0.06 | 0.53 | 0 | 0.21 | 293.27 | 0.5 | 0.58 |
| Hex | BD | 5E | C9 | 6 | 35 | 0 | 15 | 125 | 32 | 3A |
| Octal | 275 | 136 | 311 | 6 | 65 | 0 | 25 | 445 | 62 | 72 |
| Binary | 10111101 | 1011110 | 11001001 | 110 | 110101 | 0 | 10101 | 100100101 | 110010 | 111010 |
Color Harmonies of #BD5EC9
Complementary color
Monochromatic Colors of #BD5EC9
Black with #BD5EC9
Text Example
Text Example
White with #BD5EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EC9; }
p { color: rgb(189,94,201); }
H1.HeaderClassName
{
color: #BD5EC9;
}
.AnyTagClassName
{
color: #BD5EC9;
}
</style>
background-color css
<style>
a { background-color: #BD5EC9; }
a { background-color: rgb(189,94,201); }
div.DivClassName
{
background-color: #BD5EC9;
}
.BgClassName
{
background-color: #BD5EC9;
}
</style>
border-color css
<style>
span { border-color: #BD5EC9; }
span { border-color: rgb(189,94,201); }
td.TdClassName
{
border-color: #BD5EC9;
}
.TagClassName
{
border-color: #BD5EC9;
}
</style>