Shades of Medium Orchid #BD5FDB
Tints of Medium Orchid #BD5FDB
RGB
CMYK
RGB Variations
Color information
#BD5FDB (or 0xBD5FDB) is known color: Medium Orchid. HEX triplet: BD, 5F and DB. RGB value is (189,95,219). Sum of RGB (Red+Green+Blue) = 189+95+219=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD5FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FDB is #42A024. Grayscale: #888888. Windows color (decimal): -4366373 or 14376893. OLE color: 14376893.
HSL color Cylindrical-coordinate representation of color #BD5FDB: hue angle of 285.48º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5FDB is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 95 | 219 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.14 |
| HSL | 285.48º | 0.63% | 0.62% | - |
| HSV(B) | 285.48º | 0.57% | 0.86% | - |
| XYZ | 37.86 | 24.12 | 69.68 | - |
| YUV | 137.24 | 174.14 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 219 | 0.14 | 0.57 | 0 | 0.14 | 285.48 | 0.63 | 0.62 |
| Hex | BD | 5F | DB | E | 39 | 0 | E | 11D | 3F | 3E |
| Octal | 275 | 137 | 333 | 16 | 71 | 0 | 16 | 435 | 77 | 76 |
| Binary | 10111101 | 1011111 | 11011011 | 1110 | 111001 | 0 | 1110 | 100011101 | 111111 | 111110 |
Color Harmonies of #BD5FDB
Complementary color
Monochromatic Colors of #BD5FDB
Black with #BD5FDB
Text Example
Text Example
White with #BD5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5FDB; }
p { color: rgb(189,95,219); }
H1.HeaderClassName
{
color: #BD5FDB;
}
.AnyTagClassName
{
color: #BD5FDB;
}
</style>
background-color css
<style>
a { background-color: #BD5FDB; }
a { background-color: rgb(189,95,219); }
div.DivClassName
{
background-color: #BD5FDB;
}
.BgClassName
{
background-color: #BD5FDB;
}
</style>
border-color css
<style>
span { border-color: #BD5FDB; }
span { border-color: rgb(189,95,219); }
td.TdClassName
{
border-color: #BD5FDB;
}
.TagClassName
{
border-color: #BD5FDB;
}
</style>