Shades of Medium Orchid #B558FA
Tints of Medium Orchid #B558FA
RGB
CMYK
RGB Variations
Color information
#B558FA (or 0xB558FA) is known color: Medium Orchid. HEX triplet: B5, 58 and FA. RGB value is (181,88,250). Sum of RGB (Red+Green+Blue) = 181+88+250=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #B558FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B558FA is #4AA705. Grayscale: #858585. Windows color (decimal): -4892422 or 16406709. OLE color: 16406709.
HSL color Cylindrical-coordinate representation of color #B558FA: hue angle of 274.44º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B558FA is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 88 | 250 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.02 |
| HSL | 274.44º | 0.94% | 0.66% | - |
| HSV(B) | 274.44º | 0.65% | 0.98% | - |
| XYZ | 39.8 | 23.71 | 92.92 | - |
| YUV | 134.28 | 193.31 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 250 | 0.28 | 0.65 | 0 | 0.02 | 274.44 | 0.94 | 0.66 |
| Hex | B5 | 58 | FA | 1C | 41 | 0 | 2 | 112 | 5E | 42 |
| Octal | 265 | 130 | 372 | 34 | 101 | 0 | 2 | 422 | 136 | 102 |
| Binary | 10110101 | 1011000 | 11111010 | 11100 | 1000001 | 0 | 10 | 100010010 | 1011110 | 1000010 |
Color Harmonies of #B558FA
Complementary color
Monochromatic Colors of #B558FA
Black with #B558FA
Text Example
Text Example
White with #B558FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558FA; }
p { color: rgb(181,88,250); }
H1.HeaderClassName
{
color: #B558FA;
}
.AnyTagClassName
{
color: #B558FA;
}
</style>
background-color css
<style>
a { background-color: #B558FA; }
a { background-color: rgb(181,88,250); }
div.DivClassName
{
background-color: #B558FA;
}
.BgClassName
{
background-color: #B558FA;
}
</style>
border-color css
<style>
span { border-color: #B558FA; }
span { border-color: rgb(181,88,250); }
td.TdClassName
{
border-color: #B558FA;
}
.TagClassName
{
border-color: #B558FA;
}
</style>