Shades of Medium Orchid #B556ED
Tints of Medium Orchid #B556ED
RGB
CMYK
RGB Variations
Color information
#B556ED (or 0xB556ED) is known color: Medium Orchid. HEX triplet: B5, 56 and ED. RGB value is (181,86,237). Sum of RGB (Red+Green+Blue) = 181+86+237=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 86 (33.98% from 255 or 17.06% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #B556ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B556ED is #4AA912. Grayscale: #838383. Windows color (decimal): -4892947 or 15554229. OLE color: 15554229.
HSL color Cylindrical-coordinate representation of color #B556ED: hue angle of 277.75º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B556ED is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 86 | 237 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.07 |
| HSL | 277.75º | 0.81% | 0.63% | - |
| HSV(B) | 277.75º | 0.64% | 0.93% | - |
| XYZ | 37.67 | 22.59 | 82.5 | - |
| YUV | 131.62 | 187.47 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 237 | 0.24 | 0.64 | 0 | 0.07 | 277.75 | 0.81 | 0.63 |
| Hex | B5 | 56 | ED | 18 | 40 | 0 | 7 | 116 | 51 | 3F |
| Octal | 265 | 126 | 355 | 30 | 100 | 0 | 7 | 426 | 121 | 77 |
| Binary | 10110101 | 1010110 | 11101101 | 11000 | 1000000 | 0 | 111 | 100010110 | 1010001 | 111111 |
Color Harmonies of #B556ED
Complementary color
Monochromatic Colors of #B556ED
Black with #B556ED
Text Example
Text Example
White with #B556ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B556ED; }
p { color: rgb(181,86,237); }
H1.HeaderClassName
{
color: #B556ED;
}
.AnyTagClassName
{
color: #B556ED;
}
</style>
background-color css
<style>
a { background-color: #B556ED; }
a { background-color: rgb(181,86,237); }
div.DivClassName
{
background-color: #B556ED;
}
.BgClassName
{
background-color: #B556ED;
}
</style>
border-color css
<style>
span { border-color: #B556ED; }
span { border-color: rgb(181,86,237); }
td.TdClassName
{
border-color: #B556ED;
}
.TagClassName
{
border-color: #B556ED;
}
</style>