Shades of Medium Orchid #BD5ECC
Tints of Medium Orchid #BD5ECC
RGB
CMYK
RGB Variations
Color information
#BD5ECC (or 0xBD5ECC) is known color: Medium Orchid. HEX triplet: BD, 5E and CC. RGB value is (189,94,204). Sum of RGB (Red+Green+Blue) = 189+94+204=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5ECC is #42A133. Grayscale: #868686. Windows color (decimal): -4366644 or 13393597. OLE color: 13393597.
HSL color Cylindrical-coordinate representation of color #BD5ECC: hue angle of 291.82º degrees, saturation: 0.52, 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 #BD5ECC is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 94 | 204 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.2 |
| HSL | 291.82º | 0.52% | 0.58% | - |
| HSV(B) | 291.82º | 0.54% | 0.8% | - |
| XYZ | 35.89 | 23.18 | 59.71 | - |
| YUV | 134.95 | 166.97 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 204 | 0.07 | 0.54 | 0 | 0.2 | 291.82 | 0.52 | 0.58 |
| Hex | BD | 5E | CC | 7 | 36 | 0 | 14 | 124 | 34 | 3A |
| Octal | 275 | 136 | 314 | 7 | 66 | 0 | 24 | 444 | 64 | 72 |
| Binary | 10111101 | 1011110 | 11001100 | 111 | 110110 | 0 | 10100 | 100100100 | 110100 | 111010 |
Color Harmonies of #BD5ECC
Complementary color
Monochromatic Colors of #BD5ECC
Black with #BD5ECC
Text Example
Text Example
White with #BD5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5ECC; }
p { color: rgb(189,94,204); }
H1.HeaderClassName
{
color: #BD5ECC;
}
.AnyTagClassName
{
color: #BD5ECC;
}
</style>
background-color css
<style>
a { background-color: #BD5ECC; }
a { background-color: rgb(189,94,204); }
div.DivClassName
{
background-color: #BD5ECC;
}
.BgClassName
{
background-color: #BD5ECC;
}
</style>
border-color css
<style>
span { border-color: #BD5ECC; }
span { border-color: rgb(189,94,204); }
td.TdClassName
{
border-color: #BD5ECC;
}
.TagClassName
{
border-color: #BD5ECC;
}
</style>