Shades of Medium Orchid #B558FE
Tints of Medium Orchid #B558FE
RGB
CMYK
RGB Variations
Color information
#B558FE (or 0xB558FE) is known color: Medium Orchid. HEX triplet: B5, 58 and FE. RGB value is (181,88,254). Sum of RGB (Red+Green+Blue) = 181+88+254=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #B558FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B558FE is #4AA701. Grayscale: #868686. Windows color (decimal): -4892418 or 16668853. OLE color: 16668853.
HSL color Cylindrical-coordinate representation of color #B558FE: hue angle of 273.61º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B558FE is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 88 | 254 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.00 |
| HSL | 273.61º | 0.99% | 0.67% | - |
| HSV(B) | 273.61º | 0.65% | 1% | - |
| XYZ | 40.44 | 23.96 | 96.26 | - |
| YUV | 134.73 | 195.31 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 254 | 0.29 | 0.65 | 0 | 0.00 | 273.61 | 0.99 | 0.67 |
| Hex | B5 | 58 | FE | 1D | 41 | 0 | 0 | 112 | 63 | 43 |
| Octal | 265 | 130 | 376 | 35 | 101 | 0 | 0 | 422 | 143 | 103 |
| Binary | 10110101 | 1011000 | 11111110 | 11101 | 1000001 | 0 | 0 | 100010010 | 1100011 | 1000011 |
Color Harmonies of #B558FE
Complementary color
Monochromatic Colors of #B558FE
Black with #B558FE
Text Example
Text Example
White with #B558FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558FE; }
p { color: rgb(181,88,254); }
H1.HeaderClassName
{
color: #B558FE;
}
.AnyTagClassName
{
color: #B558FE;
}
</style>
background-color css
<style>
a { background-color: #B558FE; }
a { background-color: rgb(181,88,254); }
div.DivClassName
{
background-color: #B558FE;
}
.BgClassName
{
background-color: #B558FE;
}
</style>
border-color css
<style>
span { border-color: #B558FE; }
span { border-color: rgb(181,88,254); }
td.TdClassName
{
border-color: #B558FE;
}
.TagClassName
{
border-color: #B558FE;
}
</style>