Shades of Medium Orchid #B55ECD
Tints of Medium Orchid #B55ECD
RGB
CMYK
RGB Variations
Color information
#B55ECD (or 0xB55ECD) is known color: Medium Orchid. HEX triplet: B5, 5E and CD. RGB value is (181,94,205). Sum of RGB (Red+Green+Blue) = 181+94+205=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #B55ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ECD is #4AA132. Grayscale: #848484. Windows color (decimal): -4890931 or 13459125. OLE color: 13459125.
HSL color Cylindrical-coordinate representation of color #B55ECD: hue angle of 287.03º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55ECD is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 94 | 205 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.20 |
| HSL | 287.03º | 0.53% | 0.59% | - |
| HSV(B) | 287.03º | 0.54% | 0.8% | - |
| XYZ | 34.08 | 22.24 | 60.25 | - |
| YUV | 132.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 205 | 0.12 | 0.54 | 0 | 0.20 | 287.03 | 0.53 | 0.59 |
| Hex | B5 | 5E | CD | C | 36 | 0 | 14 | 11F | 35 | 3B |
| Octal | 265 | 136 | 315 | 14 | 66 | 0 | 24 | 437 | 65 | 73 |
| Binary | 10110101 | 1011110 | 11001101 | 1100 | 110110 | 0 | 10100 | 100011111 | 110101 | 111011 |
Color Harmonies of #B55ECD
Complementary color
Monochromatic Colors of #B55ECD
Black with #B55ECD
Text Example
Text Example
White with #B55ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55ECD; }
p { color: rgb(181,94,205); }
H1.HeaderClassName
{
color: #B55ECD;
}
.AnyTagClassName
{
color: #B55ECD;
}
</style>
background-color css
<style>
a { background-color: #B55ECD; }
a { background-color: rgb(181,94,205); }
div.DivClassName
{
background-color: #B55ECD;
}
.BgClassName
{
background-color: #B55ECD;
}
</style>
border-color css
<style>
span { border-color: #B55ECD; }
span { border-color: rgb(181,94,205); }
td.TdClassName
{
border-color: #B55ECD;
}
.TagClassName
{
border-color: #B55ECD;
}
</style>