Shades of Medium Orchid #B056C6
Tints of Medium Orchid #B056C6
RGB
CMYK
RGB Variations
Color information
#B056C6 (or 0xB056C6) is known color: Medium Orchid. HEX triplet: B0, 56 and C6. RGB value is (176,86,198). Sum of RGB (Red+Green+Blue) = 176+86+198=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #B056C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056C6 is #4FA939. Grayscale: #7D7D7D. Windows color (decimal): -5220666 or 12998320. OLE color: 12998320.
HSL color Cylindrical-coordinate representation of color #B056C6: hue angle of 288.21º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B056C6 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 86 | 198 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.22 |
| HSL | 288.21º | 0.5% | 0.56% | - |
| HSV(B) | 288.21º | 0.57% | 0.78% | - |
| XYZ | 31.43 | 19.96 | 55.62 | - |
| YUV | 125.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 198 | 0.11 | 0.57 | 0 | 0.22 | 288.21 | 0.5 | 0.56 |
| Hex | B0 | 56 | C6 | B | 39 | 0 | 16 | 120 | 32 | 38 |
| Octal | 260 | 126 | 306 | 13 | 71 | 0 | 26 | 440 | 62 | 70 |
| Binary | 10110000 | 1010110 | 11000110 | 1011 | 111001 | 0 | 10110 | 100100000 | 110010 | 111000 |
Color Harmonies of #B056C6
Complementary color
Monochromatic Colors of #B056C6
Black with #B056C6
Text Example
Text Example
White with #B056C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B056C6; }
p { color: rgb(176,86,198); }
H1.HeaderClassName
{
color: #B056C6;
}
.AnyTagClassName
{
color: #B056C6;
}
</style>
background-color css
<style>
a { background-color: #B056C6; }
a { background-color: rgb(176,86,198); }
div.DivClassName
{
background-color: #B056C6;
}
.BgClassName
{
background-color: #B056C6;
}
</style>
border-color css
<style>
span { border-color: #B056C6; }
span { border-color: rgb(176,86,198); }
td.TdClassName
{
border-color: #B056C6;
}
.TagClassName
{
border-color: #B056C6;
}
</style>