Shades of Medium Orchid #B558DD
Tints of Medium Orchid #B558DD
RGB
CMYK
RGB Variations
Color information
#B558DD (or 0xB558DD) is known color: Medium Orchid. HEX triplet: B5, 58 and DD. RGB value is (181,88,221). Sum of RGB (Red+Green+Blue) = 181+88+221=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #B558DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558DD is #4AA722. Grayscale: #828282. Windows color (decimal): -4892451 or 14506165. OLE color: 14506165.
HSL color Cylindrical-coordinate representation of color #B558DD: hue angle of 281.95º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B558DD is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 88 | 221 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.13 |
| HSL | 281.95º | 0.66% | 0.61% | - |
| HSV(B) | 281.95º | 0.6% | 0.87% | - |
| XYZ | 35.6 | 22.02 | 70.78 | - |
| YUV | 130.97 | 178.81 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 221 | 0.18 | 0.60 | 0 | 0.13 | 281.95 | 0.66 | 0.61 |
| Hex | B5 | 58 | DD | 12 | 3C | 0 | D | 11A | 42 | 3D |
| Octal | 265 | 130 | 335 | 22 | 74 | 0 | 15 | 432 | 102 | 75 |
| Binary | 10110101 | 1011000 | 11011101 | 10010 | 111100 | 0 | 1101 | 100011010 | 1000010 | 111101 |
Color Harmonies of #B558DD
Complementary color
Monochromatic Colors of #B558DD
Black with #B558DD
Text Example
Text Example
White with #B558DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558DD; }
p { color: rgb(181,88,221); }
H1.HeaderClassName
{
color: #B558DD;
}
.AnyTagClassName
{
color: #B558DD;
}
</style>
background-color css
<style>
a { background-color: #B558DD; }
a { background-color: rgb(181,88,221); }
div.DivClassName
{
background-color: #B558DD;
}
.BgClassName
{
background-color: #B558DD;
}
</style>
border-color css
<style>
span { border-color: #B558DD; }
span { border-color: rgb(181,88,221); }
td.TdClassName
{
border-color: #B558DD;
}
.TagClassName
{
border-color: #B558DD;
}
</style>