Shades of Medium Orchid #B571D1
Tints of Medium Orchid #B571D1
RGB
CMYK
RGB Variations
Color information
#B571D1 (or 0xB571D1) is known color: Medium Orchid. HEX triplet: B5, 71 and D1. RGB value is (181,113,209). Sum of RGB (Red+Green+Blue) = 181+113+209=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #B571D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571D1 is #4A8E2E. Grayscale: #8F8F8F. Windows color (decimal): -4886063 or 13726133. OLE color: 13726133.
HSL color Cylindrical-coordinate representation of color #B571D1: hue angle of 282.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B571D1 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 113 | 209 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.18 |
| HSL | 282.5º | 0.51% | 0.63% | - |
| HSV(B) | 282.5º | 0.46% | 0.82% | - |
| XYZ | 36.47 | 26.24 | 63.46 | - |
| YUV | 144.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 209 | 0.13 | 0.46 | 0 | 0.18 | 282.5 | 0.51 | 0.63 |
| Hex | B5 | 71 | D1 | D | 2E | 0 | 12 | 11A | 33 | 3F |
| Octal | 265 | 161 | 321 | 15 | 56 | 0 | 22 | 432 | 63 | 77 |
| Binary | 10110101 | 1110001 | 11010001 | 1101 | 101110 | 0 | 10010 | 100011010 | 110011 | 111111 |
Color Harmonies of #B571D1
Complementary color
Monochromatic Colors of #B571D1
Black with #B571D1
Text Example
Text Example
White with #B571D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B571D1; }
p { color: rgb(181,113,209); }
H1.HeaderClassName
{
color: #B571D1;
}
.AnyTagClassName
{
color: #B571D1;
}
</style>
background-color css
<style>
a { background-color: #B571D1; }
a { background-color: rgb(181,113,209); }
div.DivClassName
{
background-color: #B571D1;
}
.BgClassName
{
background-color: #B571D1;
}
</style>
border-color css
<style>
span { border-color: #B571D1; }
span { border-color: rgb(181,113,209); }
td.TdClassName
{
border-color: #B571D1;
}
.TagClassName
{
border-color: #B571D1;
}
</style>