Shades of Medium Orchid #B55EE1
Tints of Medium Orchid #B55EE1
RGB
CMYK
RGB Variations
Color information
#B55EE1 (or 0xB55EE1) is known color: Medium Orchid. HEX triplet: B5, 5E and E1. RGB value is (181,94,225). Sum of RGB (Red+Green+Blue) = 181+94+225=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #B55EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55EE1 is #4AA11E. Grayscale: #868686. Windows color (decimal): -4890911 or 14769845. OLE color: 14769845.
HSL color Cylindrical-coordinate representation of color #B55EE1: hue angle of 279.85º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B55EE1 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 94 | 225 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.12 |
| HSL | 279.85º | 0.69% | 0.63% | - |
| HSV(B) | 279.85º | 0.58% | 0.88% | - |
| XYZ | 36.65 | 23.27 | 73.79 | - |
| YUV | 134.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 225 | 0.20 | 0.58 | 0 | 0.12 | 279.85 | 0.69 | 0.63 |
| Hex | B5 | 5E | E1 | 14 | 3A | 0 | C | 118 | 45 | 3F |
| Octal | 265 | 136 | 341 | 24 | 72 | 0 | 14 | 430 | 105 | 77 |
| Binary | 10110101 | 1011110 | 11100001 | 10100 | 111010 | 0 | 1100 | 100011000 | 1000101 | 111111 |
Color Harmonies of #B55EE1
Complementary color
Monochromatic Colors of #B55EE1
Black with #B55EE1
Text Example
Text Example
White with #B55EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55EE1; }
p { color: rgb(181,94,225); }
H1.HeaderClassName
{
color: #B55EE1;
}
.AnyTagClassName
{
color: #B55EE1;
}
</style>
background-color css
<style>
a { background-color: #B55EE1; }
a { background-color: rgb(181,94,225); }
div.DivClassName
{
background-color: #B55EE1;
}
.BgClassName
{
background-color: #B55EE1;
}
</style>
border-color css
<style>
span { border-color: #B55EE1; }
span { border-color: rgb(181,94,225); }
td.TdClassName
{
border-color: #B55EE1;
}
.TagClassName
{
border-color: #B55EE1;
}
</style>