Shades of Medium Orchid #B558E9
Tints of Medium Orchid #B558E9
RGB
CMYK
RGB Variations
Color information
#B558E9 (or 0xB558E9) is known color: Medium Orchid. HEX triplet: B5, 58 and E9. RGB value is (181,88,233). Sum of RGB (Red+Green+Blue) = 181+88+233=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #B558E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B558E9 is #4AA716. Grayscale: #838383. Windows color (decimal): -4892439 or 15292597. OLE color: 15292597.
HSL color Cylindrical-coordinate representation of color #B558E9: hue angle of 278.48º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B558E9 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 88 | 233 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.09 |
| HSL | 278.48º | 0.77% | 0.63% | - |
| HSV(B) | 278.48º | 0.62% | 0.91% | - |
| XYZ | 37.25 | 22.69 | 79.51 | - |
| YUV | 132.34 | 184.81 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 233 | 0.22 | 0.62 | 0 | 0.09 | 278.48 | 0.77 | 0.63 |
| Hex | B5 | 58 | E9 | 16 | 3E | 0 | 9 | 116 | 4D | 3F |
| Octal | 265 | 130 | 351 | 26 | 76 | 0 | 11 | 426 | 115 | 77 |
| Binary | 10110101 | 1011000 | 11101001 | 10110 | 111110 | 0 | 1001 | 100010110 | 1001101 | 111111 |
Color Harmonies of #B558E9
Complementary color
Monochromatic Colors of #B558E9
Black with #B558E9
Text Example
Text Example
White with #B558E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558E9; }
p { color: rgb(181,88,233); }
H1.HeaderClassName
{
color: #B558E9;
}
.AnyTagClassName
{
color: #B558E9;
}
</style>
background-color css
<style>
a { background-color: #B558E9; }
a { background-color: rgb(181,88,233); }
div.DivClassName
{
background-color: #B558E9;
}
.BgClassName
{
background-color: #B558E9;
}
</style>
border-color css
<style>
span { border-color: #B558E9; }
span { border-color: rgb(181,88,233); }
td.TdClassName
{
border-color: #B558E9;
}
.TagClassName
{
border-color: #B558E9;
}
</style>