Shades of Medium Orchid #B573E1
Tints of Medium Orchid #B573E1
RGB
CMYK
RGB Variations
Color information
#B573E1 (or 0xB573E1) is known color: Medium Orchid. HEX triplet: B5, 73 and E1. RGB value is (181,115,225). Sum of RGB (Red+Green+Blue) = 181+115+225=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #B573E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573E1 is #4A8C1E. Grayscale: #929292. Windows color (decimal): -4885535 or 14775221. OLE color: 14775221.
HSL color Cylindrical-coordinate representation of color #B573E1: hue angle of 276º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B573E1 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 115 | 225 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.12 |
| HSL | 276º | 0.65% | 0.67% | - |
| HSV(B) | 276º | 0.49% | 0.88% | - |
| XYZ | 38.78 | 27.52 | 74.5 | - |
| YUV | 147.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 225 | 0.20 | 0.49 | 0 | 0.12 | 276 | 0.65 | 0.67 |
| Hex | B5 | 73 | E1 | 14 | 31 | 0 | C | 114 | 41 | 43 |
| Octal | 265 | 163 | 341 | 24 | 61 | 0 | 14 | 424 | 101 | 103 |
| Binary | 10110101 | 1110011 | 11100001 | 10100 | 110001 | 0 | 1100 | 100010100 | 1000001 | 1000011 |
Color Harmonies of #B573E1
Complementary color
Monochromatic Colors of #B573E1
Black with #B573E1
Text Example
Text Example
White with #B573E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B573E1; }
p { color: rgb(181,115,225); }
H1.HeaderClassName
{
color: #B573E1;
}
.AnyTagClassName
{
color: #B573E1;
}
</style>
background-color css
<style>
a { background-color: #B573E1; }
a { background-color: rgb(181,115,225); }
div.DivClassName
{
background-color: #B573E1;
}
.BgClassName
{
background-color: #B573E1;
}
</style>
border-color css
<style>
span { border-color: #B573E1; }
span { border-color: rgb(181,115,225); }
td.TdClassName
{
border-color: #B573E1;
}
.TagClassName
{
border-color: #B573E1;
}
</style>