Shades of Medium Orchid #B558EF
Tints of Medium Orchid #B558EF
RGB
CMYK
RGB Variations
Color information
#B558EF (or 0xB558EF) is known color: Medium Orchid. HEX triplet: B5, 58 and EF. RGB value is (181,88,239). Sum of RGB (Red+Green+Blue) = 181+88+239=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #B558EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B558EF is #4AA710. Grayscale: #848484. Windows color (decimal): -4892433 or 15685813. OLE color: 15685813.
HSL color Cylindrical-coordinate representation of color #B558EF: hue angle of 276.95º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B558EF is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 88 | 239 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.06 |
| HSL | 276.95º | 0.83% | 0.64% | - |
| HSV(B) | 276.95º | 0.63% | 0.94% | - |
| XYZ | 38.13 | 23.04 | 84.1 | - |
| YUV | 133.02 | 187.81 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 239 | 0.24 | 0.63 | 0 | 0.06 | 276.95 | 0.83 | 0.64 |
| Hex | B5 | 58 | EF | 18 | 3F | 0 | 6 | 115 | 53 | 40 |
| Octal | 265 | 130 | 357 | 30 | 77 | 0 | 6 | 425 | 123 | 100 |
| Binary | 10110101 | 1011000 | 11101111 | 11000 | 111111 | 0 | 110 | 100010101 | 1010011 | 1000000 |
Color Harmonies of #B558EF
Complementary color
Monochromatic Colors of #B558EF
Black with #B558EF
Text Example
Text Example
White with #B558EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558EF; }
p { color: rgb(181,88,239); }
H1.HeaderClassName
{
color: #B558EF;
}
.AnyTagClassName
{
color: #B558EF;
}
</style>
background-color css
<style>
a { background-color: #B558EF; }
a { background-color: rgb(181,88,239); }
div.DivClassName
{
background-color: #B558EF;
}
.BgClassName
{
background-color: #B558EF;
}
</style>
border-color css
<style>
span { border-color: #B558EF; }
span { border-color: rgb(181,88,239); }
td.TdClassName
{
border-color: #B558EF;
}
.TagClassName
{
border-color: #B558EF;
}
</style>