Shades of Medium Orchid #B55EE8
Tints of Medium Orchid #B55EE8
RGB
CMYK
RGB Variations
Color information
#B55EE8 (or 0xB55EE8) is known color: Medium Orchid. HEX triplet: B5, 5E and E8. RGB value is (181,94,232). Sum of RGB (Red+Green+Blue) = 181+94+232=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #B55EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55EE8 is #4AA117. Grayscale: #878787. Windows color (decimal): -4890904 or 15228597. OLE color: 15228597.
HSL color Cylindrical-coordinate representation of color #B55EE8: hue angle of 277.83º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B55EE8 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 94 | 232 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.09 |
| HSL | 277.83º | 0.75% | 0.64% | - |
| HSV(B) | 277.83º | 0.59% | 0.91% | - |
| XYZ | 37.62 | 23.66 | 78.93 | - |
| YUV | 135.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 232 | 0.22 | 0.59 | 0 | 0.09 | 277.83 | 0.75 | 0.64 |
| Hex | B5 | 5E | E8 | 16 | 3B | 0 | 9 | 116 | 4B | 40 |
| Octal | 265 | 136 | 350 | 26 | 73 | 0 | 11 | 426 | 113 | 100 |
| Binary | 10110101 | 1011110 | 11101000 | 10110 | 111011 | 0 | 1001 | 100010110 | 1001011 | 1000000 |
Color Harmonies of #B55EE8
Complementary color
Monochromatic Colors of #B55EE8
Black with #B55EE8
Text Example
Text Example
White with #B55EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55EE8; }
p { color: rgb(181,94,232); }
H1.HeaderClassName
{
color: #B55EE8;
}
.AnyTagClassName
{
color: #B55EE8;
}
</style>
background-color css
<style>
a { background-color: #B55EE8; }
a { background-color: rgb(181,94,232); }
div.DivClassName
{
background-color: #B55EE8;
}
.BgClassName
{
background-color: #B55EE8;
}
</style>
border-color css
<style>
span { border-color: #B55EE8; }
span { border-color: rgb(181,94,232); }
td.TdClassName
{
border-color: #B55EE8;
}
.TagClassName
{
border-color: #B55EE8;
}
</style>