Shades of Medium Orchid #B573DC
Tints of Medium Orchid #B573DC
RGB
CMYK
RGB Variations
Color information
#B573DC (or 0xB573DC) is known color: Medium Orchid. HEX triplet: B5, 73 and DC. RGB value is (181,115,220). Sum of RGB (Red+Green+Blue) = 181+115+220=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #B573DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573DC is #4A8C23. Grayscale: #929292. Windows color (decimal): -4885540 or 14447541. OLE color: 14447541.
HSL color Cylindrical-coordinate representation of color #B573DC: hue angle of 277.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B573DC is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 115 | 220 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.14 |
| HSL | 277.71º | 0.6% | 0.66% | - |
| HSV(B) | 277.71º | 0.48% | 0.86% | - |
| XYZ | 38.11 | 27.25 | 70.96 | - |
| YUV | 146.7 | 169.37 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 220 | 0.18 | 0.48 | 0 | 0.14 | 277.71 | 0.6 | 0.66 |
| Hex | B5 | 73 | DC | 12 | 30 | 0 | E | 116 | 3C | 42 |
| Octal | 265 | 163 | 334 | 22 | 60 | 0 | 16 | 426 | 74 | 102 |
| Binary | 10110101 | 1110011 | 11011100 | 10010 | 110000 | 0 | 1110 | 100010110 | 111100 | 1000010 |
Color Harmonies of #B573DC
Complementary color
Monochromatic Colors of #B573DC
Black with #B573DC
Text Example
Text Example
White with #B573DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B573DC; }
p { color: rgb(181,115,220); }
H1.HeaderClassName
{
color: #B573DC;
}
.AnyTagClassName
{
color: #B573DC;
}
</style>
background-color css
<style>
a { background-color: #B573DC; }
a { background-color: rgb(181,115,220); }
div.DivClassName
{
background-color: #B573DC;
}
.BgClassName
{
background-color: #B573DC;
}
</style>
border-color css
<style>
span { border-color: #B573DC; }
span { border-color: rgb(181,115,220); }
td.TdClassName
{
border-color: #B573DC;
}
.TagClassName
{
border-color: #B573DC;
}
</style>