Shades of Medium Orchid #BD56ED
Tints of Medium Orchid #BD56ED
RGB
CMYK
RGB Variations
Color information
#BD56ED (or 0xBD56ED) is known color: Medium Orchid. HEX triplet: BD, 56 and ED. RGB value is (189,86,237). Sum of RGB (Red+Green+Blue) = 189+86+237=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD56ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD56ED is #42A912. Grayscale: #858585. Windows color (decimal): -4368659 or 15554237. OLE color: 15554237.
HSL color Cylindrical-coordinate representation of color #BD56ED: hue angle of 280.93º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD56ED is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 86 | 237 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.07 |
| HSL | 280.93º | 0.81% | 0.63% | - |
| HSV(B) | 280.93º | 0.64% | 0.93% | - |
| XYZ | 39.6 | 23.59 | 82.59 | - |
| YUV | 134.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 237 | 0.20 | 0.64 | 0 | 0.07 | 280.93 | 0.81 | 0.63 |
| Hex | BD | 56 | ED | 14 | 40 | 0 | 7 | 119 | 51 | 3F |
| Octal | 275 | 126 | 355 | 24 | 100 | 0 | 7 | 431 | 121 | 77 |
| Binary | 10111101 | 1010110 | 11101101 | 10100 | 1000000 | 0 | 111 | 100011001 | 1010001 | 111111 |
Color Harmonies of #BD56ED
Complementary color
Monochromatic Colors of #BD56ED
Black with #BD56ED
Text Example
Text Example
White with #BD56ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56ED; }
p { color: rgb(189,86,237); }
H1.HeaderClassName
{
color: #BD56ED;
}
.AnyTagClassName
{
color: #BD56ED;
}
</style>
background-color css
<style>
a { background-color: #BD56ED; }
a { background-color: rgb(189,86,237); }
div.DivClassName
{
background-color: #BD56ED;
}
.BgClassName
{
background-color: #BD56ED;
}
</style>
border-color css
<style>
span { border-color: #BD56ED; }
span { border-color: rgb(189,86,237); }
td.TdClassName
{
border-color: #BD56ED;
}
.TagClassName
{
border-color: #BD56ED;
}
</style>