Shades of Medium Orchid #B55AED
Tints of Medium Orchid #B55AED
RGB
CMYK
RGB Variations
Color information
#B55AED (or 0xB55AED) is known color: Medium Orchid. HEX triplet: B5, 5A and ED. RGB value is (181,90,237). Sum of RGB (Red+Green+Blue) = 181+90+237=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #B55AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55AED is #4AA512. Grayscale: #858585. Windows color (decimal): -4891923 or 15555253. OLE color: 15555253.
HSL color Cylindrical-coordinate representation of color #B55AED: hue angle of 277.14º 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 #B55AED is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 90 | 237 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.07 |
| HSL | 277.14º | 0.8% | 0.64% | - |
| HSV(B) | 277.14º | 0.62% | 0.93% | - |
| XYZ | 38 | 23.25 | 82.61 | - |
| YUV | 133.97 | 186.15 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 237 | 0.24 | 0.62 | 0 | 0.07 | 277.14 | 0.8 | 0.64 |
| Hex | B5 | 5A | ED | 18 | 3E | 0 | 7 | 115 | 50 | 40 |
| Octal | 265 | 132 | 355 | 30 | 76 | 0 | 7 | 425 | 120 | 100 |
| Binary | 10110101 | 1011010 | 11101101 | 11000 | 111110 | 0 | 111 | 100010101 | 1010000 | 1000000 |
Color Harmonies of #B55AED
Complementary color
Monochromatic Colors of #B55AED
Black with #B55AED
Text Example
Text Example
White with #B55AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55AED; }
p { color: rgb(181,90,237); }
H1.HeaderClassName
{
color: #B55AED;
}
.AnyTagClassName
{
color: #B55AED;
}
</style>
background-color css
<style>
a { background-color: #B55AED; }
a { background-color: rgb(181,90,237); }
div.DivClassName
{
background-color: #B55AED;
}
.BgClassName
{
background-color: #B55AED;
}
</style>
border-color css
<style>
span { border-color: #B55AED; }
span { border-color: rgb(181,90,237); }
td.TdClassName
{
border-color: #B55AED;
}
.TagClassName
{
border-color: #B55AED;
}
</style>