Shades of Medium Orchid #BD5BDB
Tints of Medium Orchid #BD5BDB
RGB
CMYK
RGB Variations
Color information
#BD5BDB (or 0xBD5BDB) is known color: Medium Orchid. HEX triplet: BD, 5B and DB. RGB value is (189,91,219). Sum of RGB (Red+Green+Blue) = 189+91+219=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD5BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5BDB is #42A424. Grayscale: #868686. Windows color (decimal): -4367397 or 14375869. OLE color: 14375869.
HSL color Cylindrical-coordinate representation of color #BD5BDB: hue angle of 285.94º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5BDB is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 91 | 219 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.14 |
| HSL | 285.94º | 0.64% | 0.61% | - |
| HSV(B) | 285.94º | 0.58% | 0.86% | - |
| XYZ | 37.51 | 23.42 | 69.56 | - |
| YUV | 134.89 | 175.47 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 91 | 219 | 0.14 | 0.58 | 0 | 0.14 | 285.94 | 0.64 | 0.61 |
| Hex | BD | 5B | DB | E | 3A | 0 | E | 11E | 40 | 3D |
| Octal | 275 | 133 | 333 | 16 | 72 | 0 | 16 | 436 | 100 | 75 |
| Binary | 10111101 | 1011011 | 11011011 | 1110 | 111010 | 0 | 1110 | 100011110 | 1000000 | 111101 |
Color Harmonies of #BD5BDB
Complementary color
Monochromatic Colors of #BD5BDB
Black with #BD5BDB
Text Example
Text Example
White with #BD5BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5BDB; }
p { color: rgb(189,91,219); }
H1.HeaderClassName
{
color: #BD5BDB;
}
.AnyTagClassName
{
color: #BD5BDB;
}
</style>
background-color css
<style>
a { background-color: #BD5BDB; }
a { background-color: rgb(189,91,219); }
div.DivClassName
{
background-color: #BD5BDB;
}
.BgClassName
{
background-color: #BD5BDB;
}
</style>
border-color css
<style>
span { border-color: #BD5BDB; }
span { border-color: rgb(189,91,219); }
td.TdClassName
{
border-color: #BD5BDB;
}
.TagClassName
{
border-color: #BD5BDB;
}
</style>