Shades of Medium Orchid #BD5DCB
Tints of Medium Orchid #BD5DCB
RGB
CMYK
RGB Variations
Color information
#BD5DCB (or 0xBD5DCB) is known color: Medium Orchid. HEX triplet: BD, 5D and CB. RGB value is (189,93,203). Sum of RGB (Red+Green+Blue) = 189+93+203=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD5DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DCB is #42A234. Grayscale: #858585. Windows color (decimal): -4366901 or 13327805. OLE color: 13327805.
HSL color Cylindrical-coordinate representation of color #BD5DCB: hue angle of 292.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5DCB is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 93 | 203 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.20 |
| HSL | 292.36º | 0.51% | 0.58% | - |
| HSV(B) | 292.36º | 0.54% | 0.8% | - |
| XYZ | 35.68 | 22.96 | 59.05 | - |
| YUV | 134.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 203 | 0.07 | 0.54 | 0 | 0.20 | 292.36 | 0.51 | 0.58 |
| Hex | BD | 5D | CB | 7 | 36 | 0 | 14 | 124 | 33 | 3A |
| Octal | 275 | 135 | 313 | 7 | 66 | 0 | 24 | 444 | 63 | 72 |
| Binary | 10111101 | 1011101 | 11001011 | 111 | 110110 | 0 | 10100 | 100100100 | 110011 | 111010 |
Color Harmonies of #BD5DCB
Complementary color
Monochromatic Colors of #BD5DCB
Black with #BD5DCB
Text Example
Text Example
White with #BD5DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5DCB; }
p { color: rgb(189,93,203); }
H1.HeaderClassName
{
color: #BD5DCB;
}
.AnyTagClassName
{
color: #BD5DCB;
}
</style>
background-color css
<style>
a { background-color: #BD5DCB; }
a { background-color: rgb(189,93,203); }
div.DivClassName
{
background-color: #BD5DCB;
}
.BgClassName
{
background-color: #BD5DCB;
}
</style>
border-color css
<style>
span { border-color: #BD5DCB; }
span { border-color: rgb(189,93,203); }
td.TdClassName
{
border-color: #BD5DCB;
}
.TagClassName
{
border-color: #BD5DCB;
}
</style>