Shades of Medium Orchid #B558DC
Tints of Medium Orchid #B558DC
RGB
CMYK
RGB Variations
Color information
#B558DC (or 0xB558DC) is known color: Medium Orchid. HEX triplet: B5, 58 and DC. RGB value is (181,88,220). Sum of RGB (Red+Green+Blue) = 181+88+220=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #B558DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558DC is #4AA723. Grayscale: #828282. Windows color (decimal): -4892452 or 14440629. OLE color: 14440629.
HSL color Cylindrical-coordinate representation of color #B558DC: hue angle of 282.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B558DC is Cyan = 0.18, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 88 | 220 | - |
| CMYK | 0.18 | 0.6 | 0 | 0.14 |
| HSL | 282.27º | 0.65% | 0.6% | - |
| HSV(B) | 282.27º | 0.6% | 0.86% | - |
| XYZ | 35.46 | 21.97 | 70.08 | - |
| YUV | 130.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 220 | 0.18 | 0.6 | 0 | 0.14 | 282.27 | 0.65 | 0.6 |
| Hex | B5 | 58 | DC | 12 | 3C | 0 | E | 11A | 41 | 3C |
| Octal | 265 | 130 | 334 | 22 | 74 | 0 | 16 | 432 | 101 | 74 |
| Binary | 10110101 | 1011000 | 11011100 | 10010 | 111100 | 0 | 1110 | 100011010 | 1000001 | 111100 |
Color Harmonies of #B558DC
Complementary color
Monochromatic Colors of #B558DC
Black with #B558DC
Text Example
Text Example
White with #B558DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558DC; }
p { color: rgb(181,88,220); }
H1.HeaderClassName
{
color: #B558DC;
}
.AnyTagClassName
{
color: #B558DC;
}
</style>
background-color css
<style>
a { background-color: #B558DC; }
a { background-color: rgb(181,88,220); }
div.DivClassName
{
background-color: #B558DC;
}
.BgClassName
{
background-color: #B558DC;
}
</style>
border-color css
<style>
span { border-color: #B558DC; }
span { border-color: rgb(181,88,220); }
td.TdClassName
{
border-color: #B558DC;
}
.TagClassName
{
border-color: #B558DC;
}
</style>