Shades of Medium Orchid #B571D9
Tints of Medium Orchid #B571D9
RGB
CMYK
RGB Variations
Color information
#B571D9 (or 0xB571D9) is known color: Medium Orchid. HEX triplet: B5, 71 and D9. RGB value is (181,113,217). Sum of RGB (Red+Green+Blue) = 181+113+217=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #B571D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571D9 is #4A8E26. Grayscale: #909090. Windows color (decimal): -4886055 or 14250421. OLE color: 14250421.
HSL color Cylindrical-coordinate representation of color #B571D9: hue angle of 279.23º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B571D9 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 113 | 217 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.15 |
| HSL | 279.23º | 0.58% | 0.65% | - |
| HSV(B) | 279.23º | 0.48% | 0.85% | - |
| XYZ | 37.49 | 26.64 | 68.81 | - |
| YUV | 145.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 217 | 0.17 | 0.48 | 0 | 0.15 | 279.23 | 0.58 | 0.65 |
| Hex | B5 | 71 | D9 | 11 | 30 | 0 | F | 117 | 3A | 41 |
| Octal | 265 | 161 | 331 | 21 | 60 | 0 | 17 | 427 | 72 | 101 |
| Binary | 10110101 | 1110001 | 11011001 | 10001 | 110000 | 0 | 1111 | 100010111 | 111010 | 1000001 |
Color Harmonies of #B571D9
Complementary color
Monochromatic Colors of #B571D9
Black with #B571D9
Text Example
Text Example
White with #B571D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B571D9; }
p { color: rgb(181,113,217); }
H1.HeaderClassName
{
color: #B571D9;
}
.AnyTagClassName
{
color: #B571D9;
}
</style>
background-color css
<style>
a { background-color: #B571D9; }
a { background-color: rgb(181,113,217); }
div.DivClassName
{
background-color: #B571D9;
}
.BgClassName
{
background-color: #B571D9;
}
</style>
border-color css
<style>
span { border-color: #B571D9; }
span { border-color: rgb(181,113,217); }
td.TdClassName
{
border-color: #B571D9;
}
.TagClassName
{
border-color: #B571D9;
}
</style>