Shades of Medium Orchid #B561E5
Tints of Medium Orchid #B561E5
RGB
CMYK
RGB Variations
Color information
#B561E5 (or 0xB561E5) is known color: Medium Orchid. HEX triplet: B5, 61 and E5. RGB value is (181,97,229). Sum of RGB (Red+Green+Blue) = 181+97+229=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #B561E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561E5 is #4A9E1A. Grayscale: #888888. Windows color (decimal): -4890139 or 15032757. OLE color: 15032757.
HSL color Cylindrical-coordinate representation of color #B561E5: hue angle of 278.18º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B561E5 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 97 | 229 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.10 |
| HSL | 278.18º | 0.72% | 0.64% | - |
| HSV(B) | 278.18º | 0.58% | 0.9% | - |
| XYZ | 37.47 | 24.03 | 76.79 | - |
| YUV | 137.16 | 179.83 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 229 | 0.21 | 0.58 | 0 | 0.10 | 278.18 | 0.72 | 0.64 |
| Hex | B5 | 61 | E5 | 15 | 3A | 0 | A | 116 | 48 | 40 |
| Octal | 265 | 141 | 345 | 25 | 72 | 0 | 12 | 426 | 110 | 100 |
| Binary | 10110101 | 1100001 | 11100101 | 10101 | 111010 | 0 | 1010 | 100010110 | 1001000 | 1000000 |
Color Harmonies of #B561E5
Complementary color
Monochromatic Colors of #B561E5
Black with #B561E5
Text Example
Text Example
White with #B561E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B561E5; }
p { color: rgb(181,97,229); }
H1.HeaderClassName
{
color: #B561E5;
}
.AnyTagClassName
{
color: #B561E5;
}
</style>
background-color css
<style>
a { background-color: #B561E5; }
a { background-color: rgb(181,97,229); }
div.DivClassName
{
background-color: #B561E5;
}
.BgClassName
{
background-color: #B561E5;
}
</style>
border-color css
<style>
span { border-color: #B561E5; }
span { border-color: rgb(181,97,229); }
td.TdClassName
{
border-color: #B561E5;
}
.TagClassName
{
border-color: #B561E5;
}
</style>