Shades of Medium Orchid #B55DED
Tints of Medium Orchid #B55DED
RGB
CMYK
RGB Variations
Color information
#B55DED (or 0xB55DED) is known color: Medium Orchid. HEX triplet: B5, 5D and ED. RGB value is (181,93,237). Sum of RGB (Red+Green+Blue) = 181+93+237=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #B55DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55DED is #4AA212. Grayscale: #878787. Windows color (decimal): -4891155 or 15556021. OLE color: 15556021.
HSL color Cylindrical-coordinate representation of color #B55DED: hue angle of 276.67º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B55DED is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 93 | 237 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.07 |
| HSL | 276.67º | 0.8% | 0.65% | - |
| HSV(B) | 276.67º | 0.61% | 0.93% | - |
| XYZ | 38.26 | 23.77 | 82.69 | - |
| YUV | 135.73 | 185.15 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 237 | 0.24 | 0.61 | 0 | 0.07 | 276.67 | 0.8 | 0.65 |
| Hex | B5 | 5D | ED | 18 | 3D | 0 | 7 | 115 | 50 | 41 |
| Octal | 265 | 135 | 355 | 30 | 75 | 0 | 7 | 425 | 120 | 101 |
| Binary | 10110101 | 1011101 | 11101101 | 11000 | 111101 | 0 | 111 | 100010101 | 1010000 | 1000001 |
Color Harmonies of #B55DED
Complementary color
Monochromatic Colors of #B55DED
Black with #B55DED
Text Example
Text Example
White with #B55DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DED; }
p { color: rgb(181,93,237); }
H1.HeaderClassName
{
color: #B55DED;
}
.AnyTagClassName
{
color: #B55DED;
}
</style>
background-color css
<style>
a { background-color: #B55DED; }
a { background-color: rgb(181,93,237); }
div.DivClassName
{
background-color: #B55DED;
}
.BgClassName
{
background-color: #B55DED;
}
</style>
border-color css
<style>
span { border-color: #B55DED; }
span { border-color: rgb(181,93,237); }
td.TdClassName
{
border-color: #B55DED;
}
.TagClassName
{
border-color: #B55DED;
}
</style>