Shades of Medium Orchid #B55ECE
Tints of Medium Orchid #B55ECE
RGB
CMYK
RGB Variations
Color information
#B55ECE (or 0xB55ECE) is known color: Medium Orchid. HEX triplet: B5, 5E and CE. RGB value is (181,94,206). Sum of RGB (Red+Green+Blue) = 181+94+206=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #B55ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ECE is #4AA131. Grayscale: #848484. Windows color (decimal): -4890930 or 13524661. OLE color: 13524661.
HSL color Cylindrical-coordinate representation of color #B55ECE: hue angle of 286.61º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55ECE is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 94 | 206 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.19 |
| HSL | 286.61º | 0.53% | 0.59% | - |
| HSV(B) | 286.61º | 0.54% | 0.81% | - |
| XYZ | 34.2 | 22.29 | 60.89 | - |
| YUV | 132.78 | 169.32 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 206 | 0.12 | 0.54 | 0 | 0.19 | 286.61 | 0.53 | 0.59 |
| Hex | B5 | 5E | CE | C | 36 | 0 | 13 | 11F | 35 | 3B |
| Octal | 265 | 136 | 316 | 14 | 66 | 0 | 23 | 437 | 65 | 73 |
| Binary | 10110101 | 1011110 | 11001110 | 1100 | 110110 | 0 | 10011 | 100011111 | 110101 | 111011 |
Color Harmonies of #B55ECE
Complementary color
Monochromatic Colors of #B55ECE
Black with #B55ECE
Text Example
Text Example
White with #B55ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55ECE; }
p { color: rgb(181,94,206); }
H1.HeaderClassName
{
color: #B55ECE;
}
.AnyTagClassName
{
color: #B55ECE;
}
</style>
background-color css
<style>
a { background-color: #B55ECE; }
a { background-color: rgb(181,94,206); }
div.DivClassName
{
background-color: #B55ECE;
}
.BgClassName
{
background-color: #B55ECE;
}
</style>
border-color css
<style>
span { border-color: #B55ECE; }
span { border-color: rgb(181,94,206); }
td.TdClassName
{
border-color: #B55ECE;
}
.TagClassName
{
border-color: #B55ECE;
}
</style>