Shades of Medium Orchid #BD5EDB
Tints of Medium Orchid #BD5EDB
RGB
CMYK
RGB Variations
Color information
#BD5EDB (or 0xBD5EDB) is known color: Medium Orchid. HEX triplet: BD, 5E and DB. RGB value is (189,94,219). Sum of RGB (Red+Green+Blue) = 189+94+219=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5EDB is #42A124. Grayscale: #888888. Windows color (decimal): -4366629 or 14376637. OLE color: 14376637.
HSL color Cylindrical-coordinate representation of color #BD5EDB: hue angle of 285.6º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5EDB is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 94 | 219 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.14 |
| HSL | 285.6º | 0.63% | 0.61% | - |
| HSV(B) | 285.6º | 0.57% | 0.86% | - |
| XYZ | 37.78 | 23.94 | 69.65 | - |
| YUV | 136.66 | 174.47 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 219 | 0.14 | 0.57 | 0 | 0.14 | 285.6 | 0.63 | 0.61 |
| Hex | BD | 5E | DB | E | 39 | 0 | E | 11E | 3F | 3D |
| Octal | 275 | 136 | 333 | 16 | 71 | 0 | 16 | 436 | 77 | 75 |
| Binary | 10111101 | 1011110 | 11011011 | 1110 | 111001 | 0 | 1110 | 100011110 | 111111 | 111101 |
Color Harmonies of #BD5EDB
Complementary color
Monochromatic Colors of #BD5EDB
Black with #BD5EDB
Text Example
Text Example
White with #BD5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EDB; }
p { color: rgb(189,94,219); }
H1.HeaderClassName
{
color: #BD5EDB;
}
.AnyTagClassName
{
color: #BD5EDB;
}
</style>
background-color css
<style>
a { background-color: #BD5EDB; }
a { background-color: rgb(189,94,219); }
div.DivClassName
{
background-color: #BD5EDB;
}
.BgClassName
{
background-color: #BD5EDB;
}
</style>
border-color css
<style>
span { border-color: #BD5EDB; }
span { border-color: rgb(189,94,219); }
td.TdClassName
{
border-color: #BD5EDB;
}
.TagClassName
{
border-color: #BD5EDB;
}
</style>