Shades of Medium Orchid #B573D3
Tints of Medium Orchid #B573D3
RGB
CMYK
RGB Variations
Color information
#B573D3 (or 0xB573D3) is known color: Medium Orchid. HEX triplet: B5, 73 and D3. RGB value is (181,115,211). Sum of RGB (Red+Green+Blue) = 181+115+211=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #B573D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573D3 is #4A8C2C. Grayscale: #919191. Windows color (decimal): -4885549 or 13857717. OLE color: 13857717.
HSL color Cylindrical-coordinate representation of color #B573D3: hue angle of 281.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B573D3 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 115 | 211 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.17 |
| HSL | 281.25º | 0.52% | 0.64% | - |
| HSV(B) | 281.25º | 0.45% | 0.83% | - |
| XYZ | 36.94 | 26.79 | 64.85 | - |
| YUV | 145.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 211 | 0.14 | 0.45 | 0 | 0.17 | 281.25 | 0.52 | 0.64 |
| Hex | B5 | 73 | D3 | E | 2D | 0 | 11 | 119 | 34 | 40 |
| Octal | 265 | 163 | 323 | 16 | 55 | 0 | 21 | 431 | 64 | 100 |
| Binary | 10110101 | 1110011 | 11010011 | 1110 | 101101 | 0 | 10001 | 100011001 | 110100 | 1000000 |
Color Harmonies of #B573D3
Complementary color
Monochromatic Colors of #B573D3
Black with #B573D3
Text Example
Text Example
White with #B573D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B573D3; }
p { color: rgb(181,115,211); }
H1.HeaderClassName
{
color: #B573D3;
}
.AnyTagClassName
{
color: #B573D3;
}
</style>
background-color css
<style>
a { background-color: #B573D3; }
a { background-color: rgb(181,115,211); }
div.DivClassName
{
background-color: #B573D3;
}
.BgClassName
{
background-color: #B573D3;
}
</style>
border-color css
<style>
span { border-color: #B573D3; }
span { border-color: rgb(181,115,211); }
td.TdClassName
{
border-color: #B573D3;
}
.TagClassName
{
border-color: #B573D3;
}
</style>