Shades of Medium Orchid #B056C7
Tints of Medium Orchid #B056C7
RGB
CMYK
RGB Variations
Color information
#B056C7 (or 0xB056C7) is known color: Medium Orchid. HEX triplet: B0, 56 and C7. RGB value is (176,86,199). Sum of RGB (Red+Green+Blue) = 176+86+199=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 199 - color contains mainly: blue. Hex color #B056C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056C7 is #4FA938. Grayscale: #7D7D7D. Windows color (decimal): -5220665 or 13063856. OLE color: 13063856.
HSL color Cylindrical-coordinate representation of color #B056C7: hue angle of 287.79º 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 #B056C7 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 86 | 199 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.22 |
| HSL | 287.79º | 0.5% | 0.56% | - |
| HSV(B) | 287.79º | 0.57% | 0.78% | - |
| XYZ | 31.54 | 20.01 | 56.23 | - |
| YUV | 125.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 199 | 0.12 | 0.57 | 0 | 0.22 | 287.79 | 0.5 | 0.56 |
| Hex | B0 | 56 | C7 | C | 39 | 0 | 16 | 120 | 32 | 38 |
| Octal | 260 | 126 | 307 | 14 | 71 | 0 | 26 | 440 | 62 | 70 |
| Binary | 10110000 | 1010110 | 11000111 | 1100 | 111001 | 0 | 10110 | 100100000 | 110010 | 111000 |
Color Harmonies of #B056C7
Complementary color
Monochromatic Colors of #B056C7
Black with #B056C7
Text Example
Text Example
White with #B056C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B056C7; }
p { color: rgb(176,86,199); }
H1.HeaderClassName
{
color: #B056C7;
}
.AnyTagClassName
{
color: #B056C7;
}
</style>
background-color css
<style>
a { background-color: #B056C7; }
a { background-color: rgb(176,86,199); }
div.DivClassName
{
background-color: #B056C7;
}
.BgClassName
{
background-color: #B056C7;
}
</style>
border-color css
<style>
span { border-color: #B056C7; }
span { border-color: rgb(176,86,199); }
td.TdClassName
{
border-color: #B056C7;
}
.TagClassName
{
border-color: #B056C7;
}
</style>