Shades of Medium Orchid #B571EA
Tints of Medium Orchid #B571EA
RGB
CMYK
RGB Variations
Color information
#B571EA (or 0xB571EA) is known color: Medium Orchid. HEX triplet: B5, 71 and EA. RGB value is (181,113,234). Sum of RGB (Red+Green+Blue) = 181+113+234=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #B571EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B571EA is #4A8E15. Grayscale: #929292. Windows color (decimal): -4886038 or 15364533. OLE color: 15364533.
HSL color Cylindrical-coordinate representation of color #B571EA: hue angle of 273.72º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B571EA is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 113 | 234 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.08 |
| HSL | 273.72º | 0.74% | 0.68% | - |
| HSV(B) | 273.72º | 0.52% | 0.92% | - |
| XYZ | 39.81 | 27.57 | 81.07 | - |
| YUV | 147.13 | 177.03 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 234 | 0.23 | 0.52 | 0 | 0.08 | 273.72 | 0.74 | 0.68 |
| Hex | B5 | 71 | EA | 17 | 34 | 0 | 8 | 112 | 4A | 44 |
| Octal | 265 | 161 | 352 | 27 | 64 | 0 | 10 | 422 | 112 | 104 |
| Binary | 10110101 | 1110001 | 11101010 | 10111 | 110100 | 0 | 1000 | 100010010 | 1001010 | 1000100 |
Color Harmonies of #B571EA
Complementary color
Monochromatic Colors of #B571EA
Black with #B571EA
Text Example
Text Example
White with #B571EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B571EA; }
p { color: rgb(181,113,234); }
H1.HeaderClassName
{
color: #B571EA;
}
.AnyTagClassName
{
color: #B571EA;
}
</style>
background-color css
<style>
a { background-color: #B571EA; }
a { background-color: rgb(181,113,234); }
div.DivClassName
{
background-color: #B571EA;
}
.BgClassName
{
background-color: #B571EA;
}
</style>
border-color css
<style>
span { border-color: #B571EA; }
span { border-color: rgb(181,113,234); }
td.TdClassName
{
border-color: #B571EA;
}
.TagClassName
{
border-color: #B571EA;
}
</style>