Shades of Medium Orchid #BD55D9
Tints of Medium Orchid #BD55D9
RGB
CMYK
RGB Variations
Color information
#BD55D9 (or 0xBD55D9) is known color: Medium Orchid. HEX triplet: BD, 55 and D9. RGB value is (189,85,217). Sum of RGB (Red+Green+Blue) = 189+85+217=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD55D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55D9 is #42AA26. Grayscale: #828282. Windows color (decimal): -4368935 or 14243261. OLE color: 14243261.
HSL color Cylindrical-coordinate representation of color #BD55D9: hue angle of 287.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD55D9 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 85 | 217 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.15 |
| HSL | 287.27º | 0.63% | 0.59% | - |
| HSV(B) | 287.27º | 0.61% | 0.85% | - |
| XYZ | 36.76 | 22.33 | 68.02 | - |
| YUV | 131.14 | 176.46 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 217 | 0.13 | 0.61 | 0 | 0.15 | 287.27 | 0.63 | 0.59 |
| Hex | BD | 55 | D9 | D | 3D | 0 | F | 11F | 3F | 3B |
| Octal | 275 | 125 | 331 | 15 | 75 | 0 | 17 | 437 | 77 | 73 |
| Binary | 10111101 | 1010101 | 11011001 | 1101 | 111101 | 0 | 1111 | 100011111 | 111111 | 111011 |
Color Harmonies of #BD55D9
Complementary color
Monochromatic Colors of #BD55D9
Black with #BD55D9
Text Example
Text Example
White with #BD55D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55D9; }
p { color: rgb(189,85,217); }
H1.HeaderClassName
{
color: #BD55D9;
}
.AnyTagClassName
{
color: #BD55D9;
}
</style>
background-color css
<style>
a { background-color: #BD55D9; }
a { background-color: rgb(189,85,217); }
div.DivClassName
{
background-color: #BD55D9;
}
.BgClassName
{
background-color: #BD55D9;
}
</style>
border-color css
<style>
span { border-color: #BD55D9; }
span { border-color: rgb(189,85,217); }
td.TdClassName
{
border-color: #BD55D9;
}
.TagClassName
{
border-color: #BD55D9;
}
</style>