Shades of Medium Orchid #B571C2
Tints of Medium Orchid #B571C2
RGB
CMYK
RGB Variations
Color information
#B571C2 (or 0xB571C2) is known color: Medium Orchid. HEX triplet: B5, 71 and C2. RGB value is (181,113,194). Sum of RGB (Red+Green+Blue) = 181+113+194=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 194 - color contains mainly: blue. Hex color #B571C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571C2 is #4A8E3D. Grayscale: #8E8E8E. Windows color (decimal): -4886078 or 12743093. OLE color: 12743093.
HSL color Cylindrical-coordinate representation of color #B571C2: hue angle of 290.37º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B571C2 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 113 | 194 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.24 |
| HSL | 290.37º | 0.4% | 0.6% | - |
| HSV(B) | 290.37º | 0.42% | 0.76% | - |
| XYZ | 34.7 | 25.53 | 54.14 | - |
| YUV | 142.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 194 | 0.07 | 0.42 | 0 | 0.24 | 290.37 | 0.4 | 0.6 |
| Hex | B5 | 71 | C2 | 7 | 2A | 0 | 18 | 122 | 28 | 3C |
| Octal | 265 | 161 | 302 | 7 | 52 | 0 | 30 | 442 | 50 | 74 |
| Binary | 10110101 | 1110001 | 11000010 | 111 | 101010 | 0 | 11000 | 100100010 | 101000 | 111100 |
Color Harmonies of #B571C2
Complementary color
Monochromatic Colors of #B571C2
Black with #B571C2
Text Example
Text Example
White with #B571C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B571C2; }
p { color: rgb(181,113,194); }
H1.HeaderClassName
{
color: #B571C2;
}
.AnyTagClassName
{
color: #B571C2;
}
</style>
background-color css
<style>
a { background-color: #B571C2; }
a { background-color: rgb(181,113,194); }
div.DivClassName
{
background-color: #B571C2;
}
.BgClassName
{
background-color: #B571C2;
}
</style>
border-color css
<style>
span { border-color: #B571C2; }
span { border-color: rgb(181,113,194); }
td.TdClassName
{
border-color: #B571C2;
}
.TagClassName
{
border-color: #B571C2;
}
</style>