Shades of Medium Orchid #BD56CA
Tints of Medium Orchid #BD56CA
RGB
CMYK
RGB Variations
Color information
#BD56CA (or 0xBD56CA) is known color: Medium Orchid. HEX triplet: BD, 56 and CA. RGB value is (189,86,202). Sum of RGB (Red+Green+Blue) = 189+86+202=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD56CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD56CA is #42A935. Grayscale: #818181. Windows color (decimal): -4368694 or 13260477. OLE color: 13260477.
HSL color Cylindrical-coordinate representation of color #BD56CA: hue angle of 293.28º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD56CA is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 86 | 202 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.21 |
| HSL | 293.28º | 0.52% | 0.56% | - |
| HSV(B) | 293.28º | 0.57% | 0.79% | - |
| XYZ | 34.97 | 21.74 | 58.23 | - |
| YUV | 130.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 202 | 0.06 | 0.57 | 0 | 0.21 | 293.28 | 0.52 | 0.56 |
| Hex | BD | 56 | CA | 6 | 39 | 0 | 15 | 125 | 34 | 38 |
| Octal | 275 | 126 | 312 | 6 | 71 | 0 | 25 | 445 | 64 | 70 |
| Binary | 10111101 | 1010110 | 11001010 | 110 | 111001 | 0 | 10101 | 100100101 | 110100 | 111000 |
Color Harmonies of #BD56CA
Complementary color
Monochromatic Colors of #BD56CA
Black with #BD56CA
Text Example
Text Example
White with #BD56CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56CA; }
p { color: rgb(189,86,202); }
H1.HeaderClassName
{
color: #BD56CA;
}
.AnyTagClassName
{
color: #BD56CA;
}
</style>
background-color css
<style>
a { background-color: #BD56CA; }
a { background-color: rgb(189,86,202); }
div.DivClassName
{
background-color: #BD56CA;
}
.BgClassName
{
background-color: #BD56CA;
}
</style>
border-color css
<style>
span { border-color: #BD56CA; }
span { border-color: rgb(189,86,202); }
td.TdClassName
{
border-color: #BD56CA;
}
.TagClassName
{
border-color: #BD56CA;
}
</style>