Shades of Medium Orchid #B575D7
Tints of Medium Orchid #B575D7
RGB
CMYK
RGB Variations
Color information
#B575D7 (or 0xB575D7) is known color: Medium Orchid. HEX triplet: B5, 75 and D7. RGB value is (181,117,215). Sum of RGB (Red+Green+Blue) = 181+117+215=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #B575D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575D7 is #4A8A28. Grayscale: #929292. Windows color (decimal): -4885033 or 14120373. OLE color: 14120373.
HSL color Cylindrical-coordinate representation of color #B575D7: hue angle of 279.18º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B575D7 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 117 | 215 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.16 |
| HSL | 279.18º | 0.55% | 0.65% | - |
| HSV(B) | 279.18º | 0.46% | 0.84% | - |
| XYZ | 37.68 | 27.45 | 67.6 | - |
| YUV | 147.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 215 | 0.16 | 0.46 | 0 | 0.16 | 279.18 | 0.55 | 0.65 |
| Hex | B5 | 75 | D7 | 10 | 2E | 0 | 10 | 117 | 37 | 41 |
| Octal | 265 | 165 | 327 | 20 | 56 | 0 | 20 | 427 | 67 | 101 |
| Binary | 10110101 | 1110101 | 11010111 | 10000 | 101110 | 0 | 10000 | 100010111 | 110111 | 1000001 |
Color Harmonies of #B575D7
Complementary color
Monochromatic Colors of #B575D7
Black with #B575D7
Text Example
Text Example
White with #B575D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B575D7; }
p { color: rgb(181,117,215); }
H1.HeaderClassName
{
color: #B575D7;
}
.AnyTagClassName
{
color: #B575D7;
}
</style>
background-color css
<style>
a { background-color: #B575D7; }
a { background-color: rgb(181,117,215); }
div.DivClassName
{
background-color: #B575D7;
}
.BgClassName
{
background-color: #B575D7;
}
</style>
border-color css
<style>
span { border-color: #B575D7; }
span { border-color: rgb(181,117,215); }
td.TdClassName
{
border-color: #B575D7;
}
.TagClassName
{
border-color: #B575D7;
}
</style>