Shades of Medium Orchid #B558CC
Tints of Medium Orchid #B558CC
RGB
CMYK
RGB Variations
Color information
#B558CC (or 0xB558CC) is known color: Medium Orchid. HEX triplet: B5, 58 and CC. RGB value is (181,88,204). Sum of RGB (Red+Green+Blue) = 181+88+204=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #B558CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558CC is #4AA733. Grayscale: #808080. Windows color (decimal): -4892468 or 13392053. OLE color: 13392053.
HSL color Cylindrical-coordinate representation of color #B558CC: hue angle of 288.1º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B558CC is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 88 | 204 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.2 |
| HSL | 288.1º | 0.53% | 0.57% | - |
| HSV(B) | 288.1º | 0.57% | 0.8% | - |
| XYZ | 33.44 | 21.16 | 59.45 | - |
| YUV | 129.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 204 | 0.11 | 0.57 | 0 | 0.2 | 288.1 | 0.53 | 0.57 |
| Hex | B5 | 58 | CC | B | 39 | 0 | 14 | 120 | 35 | 39 |
| Octal | 265 | 130 | 314 | 13 | 71 | 0 | 24 | 440 | 65 | 71 |
| Binary | 10110101 | 1011000 | 11001100 | 1011 | 111001 | 0 | 10100 | 100100000 | 110101 | 111001 |
Color Harmonies of #B558CC
Complementary color
Monochromatic Colors of #B558CC
Black with #B558CC
Text Example
Text Example
White with #B558CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558CC; }
p { color: rgb(181,88,204); }
H1.HeaderClassName
{
color: #B558CC;
}
.AnyTagClassName
{
color: #B558CC;
}
</style>
background-color css
<style>
a { background-color: #B558CC; }
a { background-color: rgb(181,88,204); }
div.DivClassName
{
background-color: #B558CC;
}
.BgClassName
{
background-color: #B558CC;
}
</style>
border-color css
<style>
span { border-color: #B558CC; }
span { border-color: rgb(181,88,204); }
td.TdClassName
{
border-color: #B558CC;
}
.TagClassName
{
border-color: #B558CC;
}
</style>