Shades of Medium Orchid #B558F3
Tints of Medium Orchid #B558F3
RGB
CMYK
RGB Variations
Color information
#B558F3 (or 0xB558F3) is known color: Medium Orchid. HEX triplet: B5, 58 and F3. RGB value is (181,88,243). Sum of RGB (Red+Green+Blue) = 181+88+243=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #B558F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B558F3 is #4AA70C. Grayscale: #848484. Windows color (decimal): -4892429 or 15947957. OLE color: 15947957.
HSL color Cylindrical-coordinate representation of color #B558F3: hue angle of 276º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B558F3 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 88 | 243 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.05 |
| HSL | 276º | 0.87% | 0.65% | - |
| HSV(B) | 276º | 0.64% | 0.95% | - |
| XYZ | 38.72 | 23.27 | 87.25 | - |
| YUV | 133.48 | 189.81 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 243 | 0.26 | 0.64 | 0 | 0.05 | 276 | 0.87 | 0.65 |
| Hex | B5 | 58 | F3 | 1A | 40 | 0 | 5 | 114 | 57 | 41 |
| Octal | 265 | 130 | 363 | 32 | 100 | 0 | 5 | 424 | 127 | 101 |
| Binary | 10110101 | 1011000 | 11110011 | 11010 | 1000000 | 0 | 101 | 100010100 | 1010111 | 1000001 |
Color Harmonies of #B558F3
Complementary color
Monochromatic Colors of #B558F3
Black with #B558F3
Text Example
Text Example
White with #B558F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558F3; }
p { color: rgb(181,88,243); }
H1.HeaderClassName
{
color: #B558F3;
}
.AnyTagClassName
{
color: #B558F3;
}
</style>
background-color css
<style>
a { background-color: #B558F3; }
a { background-color: rgb(181,88,243); }
div.DivClassName
{
background-color: #B558F3;
}
.BgClassName
{
background-color: #B558F3;
}
</style>
border-color css
<style>
span { border-color: #B558F3; }
span { border-color: rgb(181,88,243); }
td.TdClassName
{
border-color: #B558F3;
}
.TagClassName
{
border-color: #B558F3;
}
</style>