Shades of Medium Orchid #B558D8
Tints of Medium Orchid #B558D8
RGB
CMYK
RGB Variations
Color information
#B558D8 (or 0xB558D8) is known color: Medium Orchid. HEX triplet: B5, 58 and D8. RGB value is (181,88,216). Sum of RGB (Red+Green+Blue) = 181+88+216=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #B558D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558D8 is #4AA727. Grayscale: #818181. Windows color (decimal): -4892456 or 14178485. OLE color: 14178485.
HSL color Cylindrical-coordinate representation of color #B558D8: hue angle of 283.59º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B558D8 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 88 | 216 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.15 |
| HSL | 283.59º | 0.62% | 0.6% | - |
| HSV(B) | 283.59º | 0.59% | 0.85% | - |
| XYZ | 34.94 | 21.76 | 67.32 | - |
| YUV | 130.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 216 | 0.16 | 0.59 | 0 | 0.15 | 283.59 | 0.62 | 0.6 |
| Hex | B5 | 58 | D8 | 10 | 3B | 0 | F | 11C | 3E | 3C |
| Octal | 265 | 130 | 330 | 20 | 73 | 0 | 17 | 434 | 76 | 74 |
| Binary | 10110101 | 1011000 | 11011000 | 10000 | 111011 | 0 | 1111 | 100011100 | 111110 | 111100 |
Color Harmonies of #B558D8
Complementary color
Monochromatic Colors of #B558D8
Black with #B558D8
Text Example
Text Example
White with #B558D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558D8; }
p { color: rgb(181,88,216); }
H1.HeaderClassName
{
color: #B558D8;
}
.AnyTagClassName
{
color: #B558D8;
}
</style>
background-color css
<style>
a { background-color: #B558D8; }
a { background-color: rgb(181,88,216); }
div.DivClassName
{
background-color: #B558D8;
}
.BgClassName
{
background-color: #B558D8;
}
</style>
border-color css
<style>
span { border-color: #B558D8; }
span { border-color: rgb(181,88,216); }
td.TdClassName
{
border-color: #B558D8;
}
.TagClassName
{
border-color: #B558D8;
}
</style>