Shades of Medium Orchid #B561E8
Tints of Medium Orchid #B561E8
RGB
CMYK
RGB Variations
Color information
#B561E8 (or 0xB561E8) is known color: Medium Orchid. HEX triplet: B5, 61 and E8. RGB value is (181,97,232). Sum of RGB (Red+Green+Blue) = 181+97+232=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #B561E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B561E8 is #4A9E17. Grayscale: #898989. Windows color (decimal): -4890136 or 15229365. OLE color: 15229365.
HSL color Cylindrical-coordinate representation of color #B561E8: hue angle of 277.33º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B561E8 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 97 | 232 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.09 |
| HSL | 277.33º | 0.75% | 0.65% | - |
| HSV(B) | 277.33º | 0.58% | 0.91% | - |
| XYZ | 37.9 | 24.2 | 79.02 | - |
| YUV | 137.51 | 181.33 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 232 | 0.22 | 0.58 | 0 | 0.09 | 277.33 | 0.75 | 0.65 |
| Hex | B5 | 61 | E8 | 16 | 3A | 0 | 9 | 115 | 4B | 41 |
| Octal | 265 | 141 | 350 | 26 | 72 | 0 | 11 | 425 | 113 | 101 |
| Binary | 10110101 | 1100001 | 11101000 | 10110 | 111010 | 0 | 1001 | 100010101 | 1001011 | 1000001 |
Color Harmonies of #B561E8
Complementary color
Monochromatic Colors of #B561E8
Black with #B561E8
Text Example
Text Example
White with #B561E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B561E8; }
p { color: rgb(181,97,232); }
H1.HeaderClassName
{
color: #B561E8;
}
.AnyTagClassName
{
color: #B561E8;
}
</style>
background-color css
<style>
a { background-color: #B561E8; }
a { background-color: rgb(181,97,232); }
div.DivClassName
{
background-color: #B561E8;
}
.BgClassName
{
background-color: #B561E8;
}
</style>
border-color css
<style>
span { border-color: #B561E8; }
span { border-color: rgb(181,97,232); }
td.TdClassName
{
border-color: #B561E8;
}
.TagClassName
{
border-color: #B561E8;
}
</style>