Shades of Medium Orchid #BD55D3
Tints of Medium Orchid #BD55D3
RGB
CMYK
RGB Variations
Color information
#BD55D3 (or 0xBD55D3) is known color: Medium Orchid. HEX triplet: BD, 55 and D3. RGB value is (189,85,211). Sum of RGB (Red+Green+Blue) = 189+85+211=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD55D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55D3 is #42AA2C. Grayscale: #828282. Windows color (decimal): -4368941 or 13850045. OLE color: 13850045.
HSL color Cylindrical-coordinate representation of color #BD55D3: hue angle of 289.52º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD55D3 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 85 | 211 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.17 |
| HSL | 289.52º | 0.59% | 0.58% | - |
| HSV(B) | 289.52º | 0.6% | 0.83% | - |
| XYZ | 35.99 | 22.02 | 63.98 | - |
| YUV | 130.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 211 | 0.10 | 0.60 | 0 | 0.17 | 289.52 | 0.59 | 0.58 |
| Hex | BD | 55 | D3 | A | 3C | 0 | 11 | 122 | 3B | 3A |
| Octal | 275 | 125 | 323 | 12 | 74 | 0 | 21 | 442 | 73 | 72 |
| Binary | 10111101 | 1010101 | 11010011 | 1010 | 111100 | 0 | 10001 | 100100010 | 111011 | 111010 |
Color Harmonies of #BD55D3
Complementary color
Monochromatic Colors of #BD55D3
Black with #BD55D3
Text Example
Text Example
White with #BD55D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55D3; }
p { color: rgb(189,85,211); }
H1.HeaderClassName
{
color: #BD55D3;
}
.AnyTagClassName
{
color: #BD55D3;
}
</style>
background-color css
<style>
a { background-color: #BD55D3; }
a { background-color: rgb(189,85,211); }
div.DivClassName
{
background-color: #BD55D3;
}
.BgClassName
{
background-color: #BD55D3;
}
</style>
border-color css
<style>
span { border-color: #BD55D3; }
span { border-color: rgb(189,85,211); }
td.TdClassName
{
border-color: #BD55D3;
}
.TagClassName
{
border-color: #BD55D3;
}
</style>