Shades of Medium Orchid #BD5DED
Tints of Medium Orchid #BD5DED
RGB
CMYK
RGB Variations
Color information
#BD5DED (or 0xBD5DED) is known color: Medium Orchid. HEX triplet: BD, 5D and ED. RGB value is (189,93,237). Sum of RGB (Red+Green+Blue) = 189+93+237=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD5DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5DED is #42A212. Grayscale: #898989. Windows color (decimal): -4366867 or 15556029. OLE color: 15556029.
HSL color Cylindrical-coordinate representation of color #BD5DED: hue angle of 280º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD5DED is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 93 | 237 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.07 |
| HSL | 280º | 0.8% | 0.65% | - |
| HSV(B) | 280º | 0.61% | 0.93% | - |
| XYZ | 40.19 | 24.76 | 82.78 | - |
| YUV | 138.12 | 183.8 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 237 | 0.20 | 0.61 | 0 | 0.07 | 280 | 0.8 | 0.65 |
| Hex | BD | 5D | ED | 14 | 3D | 0 | 7 | 118 | 50 | 41 |
| Octal | 275 | 135 | 355 | 24 | 75 | 0 | 7 | 430 | 120 | 101 |
| Binary | 10111101 | 1011101 | 11101101 | 10100 | 111101 | 0 | 111 | 100011000 | 1010000 | 1000001 |
Color Harmonies of #BD5DED
Complementary color
Monochromatic Colors of #BD5DED
Black with #BD5DED
Text Example
Text Example
White with #BD5DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5DED; }
p { color: rgb(189,93,237); }
H1.HeaderClassName
{
color: #BD5DED;
}
.AnyTagClassName
{
color: #BD5DED;
}
</style>
background-color css
<style>
a { background-color: #BD5DED; }
a { background-color: rgb(189,93,237); }
div.DivClassName
{
background-color: #BD5DED;
}
.BgClassName
{
background-color: #BD5DED;
}
</style>
border-color css
<style>
span { border-color: #BD5DED; }
span { border-color: rgb(189,93,237); }
td.TdClassName
{
border-color: #BD5DED;
}
.TagClassName
{
border-color: #BD5DED;
}
</style>