Shades of Medium Orchid #B571C6
Tints of Medium Orchid #B571C6
RGB
CMYK
RGB Variations
Color information
#B571C6 (or 0xB571C6) is known color: Medium Orchid. HEX triplet: B5, 71 and C6. RGB value is (181,113,198). Sum of RGB (Red+Green+Blue) = 181+113+198=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #B571C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571C6 is #4A8E39. Grayscale: #8E8E8E. Windows color (decimal): -4886074 or 13005237. OLE color: 13005237.
HSL color Cylindrical-coordinate representation of color #B571C6: hue angle of 288º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B571C6 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 113 | 198 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.22 |
| HSL | 288º | 0.43% | 0.61% | - |
| HSV(B) | 288º | 0.43% | 0.78% | - |
| XYZ | 35.15 | 25.71 | 56.54 | - |
| YUV | 143.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 198 | 0.09 | 0.43 | 0 | 0.22 | 288 | 0.43 | 0.61 |
| Hex | B5 | 71 | C6 | 9 | 2B | 0 | 16 | 120 | 2B | 3D |
| Octal | 265 | 161 | 306 | 11 | 53 | 0 | 26 | 440 | 53 | 75 |
| Binary | 10110101 | 1110001 | 11000110 | 1001 | 101011 | 0 | 10110 | 100100000 | 101011 | 111101 |
Color Harmonies of #B571C6
Complementary color
Monochromatic Colors of #B571C6
Black with #B571C6
Text Example
Text Example
White with #B571C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B571C6; }
p { color: rgb(181,113,198); }
H1.HeaderClassName
{
color: #B571C6;
}
.AnyTagClassName
{
color: #B571C6;
}
</style>
background-color css
<style>
a { background-color: #B571C6; }
a { background-color: rgb(181,113,198); }
div.DivClassName
{
background-color: #B571C6;
}
.BgClassName
{
background-color: #B571C6;
}
</style>
border-color css
<style>
span { border-color: #B571C6; }
span { border-color: rgb(181,113,198); }
td.TdClassName
{
border-color: #B571C6;
}
.TagClassName
{
border-color: #B571C6;
}
</style>