Shades of Medium Orchid #B55ECB
Tints of Medium Orchid #B55ECB
RGB
CMYK
RGB Variations
Color information
#B55ECB (or 0xB55ECB) is known color: Medium Orchid. HEX triplet: B5, 5E and CB. RGB value is (181,94,203). Sum of RGB (Red+Green+Blue) = 181+94+203=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #B55ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ECB is #4AA134. Grayscale: #848484. Windows color (decimal): -4890933 or 13328053. OLE color: 13328053.
HSL color Cylindrical-coordinate representation of color #B55ECB: hue angle of 287.89º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55ECB is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 94 | 203 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.20 |
| HSL | 287.89º | 0.51% | 0.58% | - |
| HSV(B) | 287.89º | 0.54% | 0.8% | - |
| XYZ | 33.84 | 22.14 | 58.99 | - |
| YUV | 132.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 203 | 0.11 | 0.54 | 0 | 0.20 | 287.89 | 0.51 | 0.58 |
| Hex | B5 | 5E | CB | B | 36 | 0 | 14 | 120 | 33 | 3A |
| Octal | 265 | 136 | 313 | 13 | 66 | 0 | 24 | 440 | 63 | 72 |
| Binary | 10110101 | 1011110 | 11001011 | 1011 | 110110 | 0 | 10100 | 100100000 | 110011 | 111010 |
Color Harmonies of #B55ECB
Complementary color
Monochromatic Colors of #B55ECB
Black with #B55ECB
Text Example
Text Example
White with #B55ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55ECB; }
p { color: rgb(181,94,203); }
H1.HeaderClassName
{
color: #B55ECB;
}
.AnyTagClassName
{
color: #B55ECB;
}
</style>
background-color css
<style>
a { background-color: #B55ECB; }
a { background-color: rgb(181,94,203); }
div.DivClassName
{
background-color: #B55ECB;
}
.BgClassName
{
background-color: #B55ECB;
}
</style>
border-color css
<style>
span { border-color: #B55ECB; }
span { border-color: rgb(181,94,203); }
td.TdClassName
{
border-color: #B55ECB;
}
.TagClassName
{
border-color: #B55ECB;
}
</style>