Shades of Medium Orchid #B573DD
Tints of Medium Orchid #B573DD
RGB
CMYK
RGB Variations
Color information
#B573DD (or 0xB573DD) is known color: Medium Orchid. HEX triplet: B5, 73 and DD. RGB value is (181,115,221). Sum of RGB (Red+Green+Blue) = 181+115+221=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #B573DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573DD is #4A8C22. Grayscale: #929292. Windows color (decimal): -4885539 or 14513077. OLE color: 14513077.
HSL color Cylindrical-coordinate representation of color #B573DD: hue angle of 277.36º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B573DD is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 115 | 221 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.13 |
| HSL | 277.36º | 0.61% | 0.66% | - |
| HSV(B) | 277.36º | 0.48% | 0.87% | - |
| XYZ | 38.24 | 27.31 | 71.66 | - |
| YUV | 146.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 221 | 0.18 | 0.48 | 0 | 0.13 | 277.36 | 0.61 | 0.66 |
| Hex | B5 | 73 | DD | 12 | 30 | 0 | D | 115 | 3D | 42 |
| Octal | 265 | 163 | 335 | 22 | 60 | 0 | 15 | 425 | 75 | 102 |
| Binary | 10110101 | 1110011 | 11011101 | 10010 | 110000 | 0 | 1101 | 100010101 | 111101 | 1000010 |
Color Harmonies of #B573DD
Complementary color
Monochromatic Colors of #B573DD
Black with #B573DD
Text Example
Text Example
White with #B573DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B573DD; }
p { color: rgb(181,115,221); }
H1.HeaderClassName
{
color: #B573DD;
}
.AnyTagClassName
{
color: #B573DD;
}
</style>
background-color css
<style>
a { background-color: #B573DD; }
a { background-color: rgb(181,115,221); }
div.DivClassName
{
background-color: #B573DD;
}
.BgClassName
{
background-color: #B573DD;
}
</style>
border-color css
<style>
span { border-color: #B573DD; }
span { border-color: rgb(181,115,221); }
td.TdClassName
{
border-color: #B573DD;
}
.TagClassName
{
border-color: #B573DD;
}
</style>