Shades of Medium Orchid #B558D1
Tints of Medium Orchid #B558D1
RGB
CMYK
RGB Variations
Color information
#B558D1 (or 0xB558D1) is known color: Medium Orchid. HEX triplet: B5, 58 and D1. RGB value is (181,88,209). Sum of RGB (Red+Green+Blue) = 181+88+209=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #B558D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558D1 is #4AA72E. Grayscale: #818181. Windows color (decimal): -4892463 or 13719733. OLE color: 13719733.
HSL color Cylindrical-coordinate representation of color #B558D1: hue angle of 286.12º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B558D1 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 88 | 209 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.18 |
| HSL | 286.12º | 0.57% | 0.58% | - |
| HSV(B) | 286.12º | 0.58% | 0.82% | - |
| XYZ | 34.05 | 21.41 | 62.66 | - |
| YUV | 129.6 | 172.81 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 209 | 0.13 | 0.58 | 0 | 0.18 | 286.12 | 0.57 | 0.58 |
| Hex | B5 | 58 | D1 | D | 3A | 0 | 12 | 11E | 39 | 3A |
| Octal | 265 | 130 | 321 | 15 | 72 | 0 | 22 | 436 | 71 | 72 |
| Binary | 10110101 | 1011000 | 11010001 | 1101 | 111010 | 0 | 10010 | 100011110 | 111001 | 111010 |
Color Harmonies of #B558D1
Complementary color
Monochromatic Colors of #B558D1
Black with #B558D1
Text Example
Text Example
White with #B558D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558D1; }
p { color: rgb(181,88,209); }
H1.HeaderClassName
{
color: #B558D1;
}
.AnyTagClassName
{
color: #B558D1;
}
</style>
background-color css
<style>
a { background-color: #B558D1; }
a { background-color: rgb(181,88,209); }
div.DivClassName
{
background-color: #B558D1;
}
.BgClassName
{
background-color: #B558D1;
}
</style>
border-color css
<style>
span { border-color: #B558D1; }
span { border-color: rgb(181,88,209); }
td.TdClassName
{
border-color: #B558D1;
}
.TagClassName
{
border-color: #B558D1;
}
</style>