Shades of Medium Orchid #BD55D8
Tints of Medium Orchid #BD55D8
RGB
CMYK
RGB Variations
Color information
#BD55D8 (or 0xBD55D8) is known color: Medium Orchid. HEX triplet: BD, 55 and D8. RGB value is (189,85,216). Sum of RGB (Red+Green+Blue) = 189+85+216=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD55D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55D8 is #42AA27. Grayscale: #828282. Windows color (decimal): -4368936 or 14177725. OLE color: 14177725.
HSL color Cylindrical-coordinate representation of color #BD55D8: hue angle of 287.63º 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 #BD55D8 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 85 | 216 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.15 |
| HSL | 287.63º | 0.63% | 0.59% | - |
| HSV(B) | 287.63º | 0.61% | 0.85% | - |
| XYZ | 36.63 | 22.27 | 67.33 | - |
| YUV | 131.03 | 175.96 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 216 | 0.12 | 0.61 | 0 | 0.15 | 287.63 | 0.63 | 0.59 |
| Hex | BD | 55 | D8 | C | 3D | 0 | F | 120 | 3F | 3B |
| Octal | 275 | 125 | 330 | 14 | 75 | 0 | 17 | 440 | 77 | 73 |
| Binary | 10111101 | 1010101 | 11011000 | 1100 | 111101 | 0 | 1111 | 100100000 | 111111 | 111011 |
Color Harmonies of #BD55D8
Complementary color
Monochromatic Colors of #BD55D8
Black with #BD55D8
Text Example
Text Example
White with #BD55D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55D8; }
p { color: rgb(189,85,216); }
H1.HeaderClassName
{
color: #BD55D8;
}
.AnyTagClassName
{
color: #BD55D8;
}
</style>
background-color css
<style>
a { background-color: #BD55D8; }
a { background-color: rgb(189,85,216); }
div.DivClassName
{
background-color: #BD55D8;
}
.BgClassName
{
background-color: #BD55D8;
}
</style>
border-color css
<style>
span { border-color: #BD55D8; }
span { border-color: rgb(189,85,216); }
td.TdClassName
{
border-color: #BD55D8;
}
.TagClassName
{
border-color: #BD55D8;
}
</style>