Shades of Medium Orchid #B575D5
Tints of Medium Orchid #B575D5
RGB
CMYK
RGB Variations
Color information
#B575D5 (or 0xB575D5) is known color: Medium Orchid. HEX triplet: B5, 75 and D5. RGB value is (181,117,213). Sum of RGB (Red+Green+Blue) = 181+117+213=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #B575D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575D5 is #4A8A2A. Grayscale: #929292. Windows color (decimal): -4885035 or 13989301. OLE color: 13989301.
HSL color Cylindrical-coordinate representation of color #B575D5: hue angle of 280º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B575D5 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 117 | 213 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.16 |
| HSL | 280º | 0.53% | 0.65% | - |
| HSV(B) | 280º | 0.45% | 0.84% | - |
| XYZ | 37.43 | 27.35 | 66.26 | - |
| YUV | 147.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 213 | 0.15 | 0.45 | 0 | 0.16 | 280 | 0.53 | 0.65 |
| Hex | B5 | 75 | D5 | F | 2D | 0 | 10 | 118 | 35 | 41 |
| Octal | 265 | 165 | 325 | 17 | 55 | 0 | 20 | 430 | 65 | 101 |
| Binary | 10110101 | 1110101 | 11010101 | 1111 | 101101 | 0 | 10000 | 100011000 | 110101 | 1000001 |
Color Harmonies of #B575D5
Complementary color
Monochromatic Colors of #B575D5
Black with #B575D5
Text Example
Text Example
White with #B575D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B575D5; }
p { color: rgb(181,117,213); }
H1.HeaderClassName
{
color: #B575D5;
}
.AnyTagClassName
{
color: #B575D5;
}
</style>
background-color css
<style>
a { background-color: #B575D5; }
a { background-color: rgb(181,117,213); }
div.DivClassName
{
background-color: #B575D5;
}
.BgClassName
{
background-color: #B575D5;
}
</style>
border-color css
<style>
span { border-color: #B575D5; }
span { border-color: rgb(181,117,213); }
td.TdClassName
{
border-color: #B575D5;
}
.TagClassName
{
border-color: #B575D5;
}
</style>