Shades of Medium Orchid #BD56DF
Tints of Medium Orchid #BD56DF
RGB
CMYK
RGB Variations
Color information
#BD56DF (or 0xBD56DF) is known color: Medium Orchid. HEX triplet: BD, 56 and DF. RGB value is (189,86,223). Sum of RGB (Red+Green+Blue) = 189+86+223=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD56DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD56DF is #42A920. Grayscale: #838383. Windows color (decimal): -4368673 or 14636733. OLE color: 14636733.
HSL color Cylindrical-coordinate representation of color #BD56DF: hue angle of 285.11º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD56DF is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 86 | 223 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.13 |
| HSL | 285.11º | 0.68% | 0.61% | - |
| HSV(B) | 285.11º | 0.61% | 0.87% | - |
| XYZ | 37.63 | 22.8 | 72.23 | - |
| YUV | 132.42 | 179.12 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 223 | 0.15 | 0.61 | 0 | 0.13 | 285.11 | 0.68 | 0.61 |
| Hex | BD | 56 | DF | F | 3D | 0 | D | 11D | 44 | 3D |
| Octal | 275 | 126 | 337 | 17 | 75 | 0 | 15 | 435 | 104 | 75 |
| Binary | 10111101 | 1010110 | 11011111 | 1111 | 111101 | 0 | 1101 | 100011101 | 1000100 | 111101 |
Color Harmonies of #BD56DF
Complementary color
Monochromatic Colors of #BD56DF
Black with #BD56DF
Text Example
Text Example
White with #BD56DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56DF; }
p { color: rgb(189,86,223); }
H1.HeaderClassName
{
color: #BD56DF;
}
.AnyTagClassName
{
color: #BD56DF;
}
</style>
background-color css
<style>
a { background-color: #BD56DF; }
a { background-color: rgb(189,86,223); }
div.DivClassName
{
background-color: #BD56DF;
}
.BgClassName
{
background-color: #BD56DF;
}
</style>
border-color css
<style>
span { border-color: #BD56DF; }
span { border-color: rgb(189,86,223); }
td.TdClassName
{
border-color: #BD56DF;
}
.TagClassName
{
border-color: #BD56DF;
}
</style>