Shades of Medium Orchid #B572E5
Tints of Medium Orchid #B572E5
RGB
CMYK
RGB Variations
Color information
#B572E5 (or 0xB572E5) is known color: Medium Orchid. HEX triplet: B5, 72 and E5. RGB value is (181,114,229). Sum of RGB (Red+Green+Blue) = 181+114+229=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #B572E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572E5 is #4A8D1A. Grayscale: #929292. Windows color (decimal): -4885787 or 15037109. OLE color: 15037109.
HSL color Cylindrical-coordinate representation of color #B572E5: hue angle of 274.96º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B572E5 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 114 | 229 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.10 |
| HSL | 274.96º | 0.69% | 0.67% | - |
| HSV(B) | 274.96º | 0.5% | 0.9% | - |
| XYZ | 39.22 | 27.52 | 77.37 | - |
| YUV | 147.14 | 174.2 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 229 | 0.21 | 0.50 | 0 | 0.10 | 274.96 | 0.69 | 0.67 |
| Hex | B5 | 72 | E5 | 15 | 32 | 0 | A | 113 | 45 | 43 |
| Octal | 265 | 162 | 345 | 25 | 62 | 0 | 12 | 423 | 105 | 103 |
| Binary | 10110101 | 1110010 | 11100101 | 10101 | 110010 | 0 | 1010 | 100010011 | 1000101 | 1000011 |
Color Harmonies of #B572E5
Complementary color
Monochromatic Colors of #B572E5
Black with #B572E5
Text Example
Text Example
White with #B572E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B572E5; }
p { color: rgb(181,114,229); }
H1.HeaderClassName
{
color: #B572E5;
}
.AnyTagClassName
{
color: #B572E5;
}
</style>
background-color css
<style>
a { background-color: #B572E5; }
a { background-color: rgb(181,114,229); }
div.DivClassName
{
background-color: #B572E5;
}
.BgClassName
{
background-color: #B572E5;
}
</style>
border-color css
<style>
span { border-color: #B572E5; }
span { border-color: rgb(181,114,229); }
td.TdClassName
{
border-color: #B572E5;
}
.TagClassName
{
border-color: #B572E5;
}
</style>