Shades of Medium Orchid #B55BE0
Tints of Medium Orchid #B55BE0
RGB
CMYK
RGB Variations
Color information
#B55BE0 (or 0xB55BE0) is known color: Medium Orchid. HEX triplet: B5, 5B and E0. RGB value is (181,91,224). Sum of RGB (Red+Green+Blue) = 181+91+224=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #B55BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55BE0 is #4AA41F. Grayscale: #848484. Windows color (decimal): -4891680 or 14703541. OLE color: 14703541.
HSL color Cylindrical-coordinate representation of color #B55BE0: hue angle of 280.6º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B55BE0 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 91 | 224 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.12 |
| HSL | 280.6º | 0.68% | 0.62% | - |
| HSV(B) | 280.6º | 0.59% | 0.88% | - |
| XYZ | 36.25 | 22.69 | 72.99 | - |
| YUV | 133.07 | 179.32 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 224 | 0.19 | 0.59 | 0 | 0.12 | 280.6 | 0.68 | 0.62 |
| Hex | B5 | 5B | E0 | 13 | 3B | 0 | C | 119 | 44 | 3E |
| Octal | 265 | 133 | 340 | 23 | 73 | 0 | 14 | 431 | 104 | 76 |
| Binary | 10110101 | 1011011 | 11100000 | 10011 | 111011 | 0 | 1100 | 100011001 | 1000100 | 111110 |
Color Harmonies of #B55BE0
Complementary color
Monochromatic Colors of #B55BE0
Black with #B55BE0
Text Example
Text Example
White with #B55BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55BE0; }
p { color: rgb(181,91,224); }
H1.HeaderClassName
{
color: #B55BE0;
}
.AnyTagClassName
{
color: #B55BE0;
}
</style>
background-color css
<style>
a { background-color: #B55BE0; }
a { background-color: rgb(181,91,224); }
div.DivClassName
{
background-color: #B55BE0;
}
.BgClassName
{
background-color: #B55BE0;
}
</style>
border-color css
<style>
span { border-color: #B55BE0; }
span { border-color: rgb(181,91,224); }
td.TdClassName
{
border-color: #B55BE0;
}
.TagClassName
{
border-color: #B55BE0;
}
</style>