Shades of Medium Orchid #B55EE0
Tints of Medium Orchid #B55EE0
RGB
CMYK
RGB Variations
Color information
#B55EE0 (or 0xB55EE0) is known color: Medium Orchid. HEX triplet: B5, 5E and E0. RGB value is (181,94,224). Sum of RGB (Red+Green+Blue) = 181+94+224=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #B55EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55EE0 is #4AA11F. Grayscale: #868686. Windows color (decimal): -4890912 or 14704309. OLE color: 14704309.
HSL color Cylindrical-coordinate representation of color #B55EE0: hue angle of 280.15º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B55EE0 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 94 | 224 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.12 |
| HSL | 280.15º | 0.68% | 0.62% | - |
| HSV(B) | 280.15º | 0.58% | 0.88% | - |
| XYZ | 36.51 | 23.21 | 73.08 | - |
| YUV | 134.83 | 178.32 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 224 | 0.19 | 0.58 | 0 | 0.12 | 280.15 | 0.68 | 0.62 |
| Hex | B5 | 5E | E0 | 13 | 3A | 0 | C | 118 | 44 | 3E |
| Octal | 265 | 136 | 340 | 23 | 72 | 0 | 14 | 430 | 104 | 76 |
| Binary | 10110101 | 1011110 | 11100000 | 10011 | 111010 | 0 | 1100 | 100011000 | 1000100 | 111110 |
Color Harmonies of #B55EE0
Complementary color
Monochromatic Colors of #B55EE0
Black with #B55EE0
Text Example
Text Example
White with #B55EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55EE0; }
p { color: rgb(181,94,224); }
H1.HeaderClassName
{
color: #B55EE0;
}
.AnyTagClassName
{
color: #B55EE0;
}
</style>
background-color css
<style>
a { background-color: #B55EE0; }
a { background-color: rgb(181,94,224); }
div.DivClassName
{
background-color: #B55EE0;
}
.BgClassName
{
background-color: #B55EE0;
}
</style>
border-color css
<style>
span { border-color: #B55EE0; }
span { border-color: rgb(181,94,224); }
td.TdClassName
{
border-color: #B55EE0;
}
.TagClassName
{
border-color: #B55EE0;
}
</style>