Shades of Medium Orchid #B55EC8
Tints of Medium Orchid #B55EC8
RGB
CMYK
RGB Variations
Color information
#B55EC8 (or 0xB55EC8) is known color: Medium Orchid. HEX triplet: B5, 5E and C8. RGB value is (181,94,200). Sum of RGB (Red+Green+Blue) = 181+94+200=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #B55EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55EC8 is #4AA137. Grayscale: #838383. Windows color (decimal): -4890936 or 13131445. OLE color: 13131445.
HSL color Cylindrical-coordinate representation of color #B55EC8: hue angle of 289.25º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B55EC8 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 94 | 200 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.22 |
| HSL | 289.25º | 0.49% | 0.58% | - |
| HSV(B) | 289.25º | 0.53% | 0.78% | - |
| XYZ | 33.48 | 22 | 57.13 | - |
| YUV | 132.1 | 166.32 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 200 | 0.09 | 0.53 | 0 | 0.22 | 289.25 | 0.49 | 0.58 |
| Hex | B5 | 5E | C8 | 9 | 35 | 0 | 16 | 121 | 31 | 3A |
| Octal | 265 | 136 | 310 | 11 | 65 | 0 | 26 | 441 | 61 | 72 |
| Binary | 10110101 | 1011110 | 11001000 | 1001 | 110101 | 0 | 10110 | 100100001 | 110001 | 111010 |
Color Harmonies of #B55EC8
Complementary color
Monochromatic Colors of #B55EC8
Black with #B55EC8
Text Example
Text Example
White with #B55EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55EC8; }
p { color: rgb(181,94,200); }
H1.HeaderClassName
{
color: #B55EC8;
}
.AnyTagClassName
{
color: #B55EC8;
}
</style>
background-color css
<style>
a { background-color: #B55EC8; }
a { background-color: rgb(181,94,200); }
div.DivClassName
{
background-color: #B55EC8;
}
.BgClassName
{
background-color: #B55EC8;
}
</style>
border-color css
<style>
span { border-color: #B55EC8; }
span { border-color: rgb(181,94,200); }
td.TdClassName
{
border-color: #B55EC8;
}
.TagClassName
{
border-color: #B55EC8;
}
</style>