Shades of Medium Orchid #B556DC
Tints of Medium Orchid #B556DC
RGB
CMYK
RGB Variations
Color information
#B556DC (or 0xB556DC) is known color: Medium Orchid. HEX triplet: B5, 56 and DC. RGB value is (181,86,220). Sum of RGB (Red+Green+Blue) = 181+86+220=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #B556DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B556DC is #4AA923. Grayscale: #818181. Windows color (decimal): -4892964 or 14440117. OLE color: 14440117.
HSL color Cylindrical-coordinate representation of color #B556DC: hue angle of 282.54º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B556DC is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 86 | 220 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.14 |
| HSL | 282.54º | 0.66% | 0.6% | - |
| HSV(B) | 282.54º | 0.61% | 0.86% | - |
| XYZ | 35.3 | 21.65 | 70.03 | - |
| YUV | 129.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 220 | 0.18 | 0.61 | 0 | 0.14 | 282.54 | 0.66 | 0.6 |
| Hex | B5 | 56 | DC | 12 | 3D | 0 | E | 11B | 42 | 3C |
| Octal | 265 | 126 | 334 | 22 | 75 | 0 | 16 | 433 | 102 | 74 |
| Binary | 10110101 | 1010110 | 11011100 | 10010 | 111101 | 0 | 1110 | 100011011 | 1000010 | 111100 |
Color Harmonies of #B556DC
Complementary color
Monochromatic Colors of #B556DC
Black with #B556DC
Text Example
Text Example
White with #B556DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B556DC; }
p { color: rgb(181,86,220); }
H1.HeaderClassName
{
color: #B556DC;
}
.AnyTagClassName
{
color: #B556DC;
}
</style>
background-color css
<style>
a { background-color: #B556DC; }
a { background-color: rgb(181,86,220); }
div.DivClassName
{
background-color: #B556DC;
}
.BgClassName
{
background-color: #B556DC;
}
</style>
border-color css
<style>
span { border-color: #B556DC; }
span { border-color: rgb(181,86,220); }
td.TdClassName
{
border-color: #B556DC;
}
.TagClassName
{
border-color: #B556DC;
}
</style>