Shades of Medium Orchid #B558CF
Tints of Medium Orchid #B558CF
RGB
CMYK
RGB Variations
Color information
#B558CF (or 0xB558CF) is known color: Medium Orchid. HEX triplet: B5, 58 and CF. RGB value is (181,88,207). Sum of RGB (Red+Green+Blue) = 181+88+207=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #B558CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558CF is #4AA730. Grayscale: #808080. Windows color (decimal): -4892465 or 13588661. OLE color: 13588661.
HSL color Cylindrical-coordinate representation of color #B558CF: hue angle of 286.89º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B558CF is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 88 | 207 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.19 |
| HSL | 286.89º | 0.55% | 0.58% | - |
| HSV(B) | 286.89º | 0.57% | 0.81% | - |
| XYZ | 33.81 | 21.31 | 61.36 | - |
| YUV | 129.37 | 171.81 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 207 | 0.13 | 0.57 | 0 | 0.19 | 286.89 | 0.55 | 0.58 |
| Hex | B5 | 58 | CF | D | 39 | 0 | 13 | 11F | 37 | 3A |
| Octal | 265 | 130 | 317 | 15 | 71 | 0 | 23 | 437 | 67 | 72 |
| Binary | 10110101 | 1011000 | 11001111 | 1101 | 111001 | 0 | 10011 | 100011111 | 110111 | 111010 |
Color Harmonies of #B558CF
Complementary color
Monochromatic Colors of #B558CF
Black with #B558CF
Text Example
Text Example
White with #B558CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558CF; }
p { color: rgb(181,88,207); }
H1.HeaderClassName
{
color: #B558CF;
}
.AnyTagClassName
{
color: #B558CF;
}
</style>
background-color css
<style>
a { background-color: #B558CF; }
a { background-color: rgb(181,88,207); }
div.DivClassName
{
background-color: #B558CF;
}
.BgClassName
{
background-color: #B558CF;
}
</style>
border-color css
<style>
span { border-color: #B558CF; }
span { border-color: rgb(181,88,207); }
td.TdClassName
{
border-color: #B558CF;
}
.TagClassName
{
border-color: #B558CF;
}
</style>