Shades of Medium Orchid #B55FED
Tints of Medium Orchid #B55FED
RGB
CMYK
RGB Variations
Color information
#B55FED (or 0xB55FED) is known color: Medium Orchid. HEX triplet: B5, 5F and ED. RGB value is (181,95,237). Sum of RGB (Red+Green+Blue) = 181+95+237=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #B55FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55FED is #4AA012. Grayscale: #888888. Windows color (decimal): -4890643 or 15556533. OLE color: 15556533.
HSL color Cylindrical-coordinate representation of color #B55FED: hue angle of 276.34º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B55FED is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 95 | 237 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.07 |
| HSL | 276.34º | 0.8% | 0.65% | - |
| HSV(B) | 276.34º | 0.6% | 0.93% | - |
| XYZ | 38.43 | 24.12 | 82.75 | - |
| YUV | 136.9 | 184.49 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 95 | 237 | 0.24 | 0.60 | 0 | 0.07 | 276.34 | 0.8 | 0.65 |
| Hex | B5 | 5F | ED | 18 | 3C | 0 | 7 | 114 | 50 | 41 |
| Octal | 265 | 137 | 355 | 30 | 74 | 0 | 7 | 424 | 120 | 101 |
| Binary | 10110101 | 1011111 | 11101101 | 11000 | 111100 | 0 | 111 | 100010100 | 1010000 | 1000001 |
Color Harmonies of #B55FED
Complementary color
Monochromatic Colors of #B55FED
Black with #B55FED
Text Example
Text Example
White with #B55FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55FED; }
p { color: rgb(181,95,237); }
H1.HeaderClassName
{
color: #B55FED;
}
.AnyTagClassName
{
color: #B55FED;
}
</style>
background-color css
<style>
a { background-color: #B55FED; }
a { background-color: rgb(181,95,237); }
div.DivClassName
{
background-color: #B55FED;
}
.BgClassName
{
background-color: #B55FED;
}
</style>
border-color css
<style>
span { border-color: #B55FED; }
span { border-color: rgb(181,95,237); }
td.TdClassName
{
border-color: #B55FED;
}
.TagClassName
{
border-color: #B55FED;
}
</style>