Shades of Medium Orchid #B55ECF
Tints of Medium Orchid #B55ECF
RGB
CMYK
RGB Variations
Color information
#B55ECF (or 0xB55ECF) is known color: Medium Orchid. HEX triplet: B5, 5E and CF. RGB value is (181,94,207). Sum of RGB (Red+Green+Blue) = 181+94+207=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #B55ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ECF is #4AA130. Grayscale: #848484. Windows color (decimal): -4890929 or 13590197. OLE color: 13590197.
HSL color Cylindrical-coordinate representation of color #B55ECF: hue angle of 286.19º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55ECF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 94 | 207 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.19 |
| HSL | 286.19º | 0.54% | 0.59% | - |
| HSV(B) | 286.19º | 0.55% | 0.81% | - |
| XYZ | 34.32 | 22.33 | 61.53 | - |
| YUV | 132.9 | 169.82 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 207 | 0.13 | 0.55 | 0 | 0.19 | 286.19 | 0.54 | 0.59 |
| Hex | B5 | 5E | CF | D | 37 | 0 | 13 | 11E | 36 | 3B |
| Octal | 265 | 136 | 317 | 15 | 67 | 0 | 23 | 436 | 66 | 73 |
| Binary | 10110101 | 1011110 | 11001111 | 1101 | 110111 | 0 | 10011 | 100011110 | 110110 | 111011 |
Color Harmonies of #B55ECF
Complementary color
Monochromatic Colors of #B55ECF
Black with #B55ECF
Text Example
Text Example
White with #B55ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55ECF; }
p { color: rgb(181,94,207); }
H1.HeaderClassName
{
color: #B55ECF;
}
.AnyTagClassName
{
color: #B55ECF;
}
</style>
background-color css
<style>
a { background-color: #B55ECF; }
a { background-color: rgb(181,94,207); }
div.DivClassName
{
background-color: #B55ECF;
}
.BgClassName
{
background-color: #B55ECF;
}
</style>
border-color css
<style>
span { border-color: #B55ECF; }
span { border-color: rgb(181,94,207); }
td.TdClassName
{
border-color: #B55ECF;
}
.TagClassName
{
border-color: #B55ECF;
}
</style>