Shades of Medium Orchid #B55BED
Tints of Medium Orchid #B55BED
RGB
CMYK
RGB Variations
Color information
#B55BED (or 0xB55BED) is known color: Medium Orchid. HEX triplet: B5, 5B and ED. RGB value is (181,91,237). Sum of RGB (Red+Green+Blue) = 181+91+237=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #B55BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55BED is #4AA412. Grayscale: #868686. Windows color (decimal): -4891667 or 15555509. OLE color: 15555509.
HSL color Cylindrical-coordinate representation of color #B55BED: hue angle of 276.99º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B55BED is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 91 | 237 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.07 |
| HSL | 276.99º | 0.8% | 0.64% | - |
| HSV(B) | 276.99º | 0.62% | 0.93% | - |
| XYZ | 38.08 | 23.42 | 82.63 | - |
| YUV | 134.55 | 185.82 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 237 | 0.24 | 0.62 | 0 | 0.07 | 276.99 | 0.8 | 0.64 |
| Hex | B5 | 5B | ED | 18 | 3E | 0 | 7 | 115 | 50 | 40 |
| Octal | 265 | 133 | 355 | 30 | 76 | 0 | 7 | 425 | 120 | 100 |
| Binary | 10110101 | 1011011 | 11101101 | 11000 | 111110 | 0 | 111 | 100010101 | 1010000 | 1000000 |
Color Harmonies of #B55BED
Complementary color
Monochromatic Colors of #B55BED
Black with #B55BED
Text Example
Text Example
White with #B55BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55BED; }
p { color: rgb(181,91,237); }
H1.HeaderClassName
{
color: #B55BED;
}
.AnyTagClassName
{
color: #B55BED;
}
</style>
background-color css
<style>
a { background-color: #B55BED; }
a { background-color: rgb(181,91,237); }
div.DivClassName
{
background-color: #B55BED;
}
.BgClassName
{
background-color: #B55BED;
}
</style>
border-color css
<style>
span { border-color: #B55BED; }
span { border-color: rgb(181,91,237); }
td.TdClassName
{
border-color: #B55BED;
}
.TagClassName
{
border-color: #B55BED;
}
</style>