Shades of Medium Orchid #B056CB
Tints of Medium Orchid #B056CB
RGB
CMYK
RGB Variations
Color information
#B056CB (or 0xB056CB) is known color: Medium Orchid. HEX triplet: B0, 56 and CB. RGB value is (176,86,203). Sum of RGB (Red+Green+Blue) = 176+86+203=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #B056CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056CB is #4FA934. Grayscale: #7D7D7D. Windows color (decimal): -5220661 or 13326000. OLE color: 13326000.
HSL color Cylindrical-coordinate representation of color #B056CB: hue angle of 286.15º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B056CB is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 86 | 203 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.20 |
| HSL | 286.15º | 0.53% | 0.57% | - |
| HSV(B) | 286.15º | 0.58% | 0.8% | - |
| XYZ | 32.01 | 20.2 | 58.71 | - |
| YUV | 126.25 | 171.32 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 203 | 0.13 | 0.58 | 0 | 0.20 | 286.15 | 0.53 | 0.57 |
| Hex | B0 | 56 | CB | D | 3A | 0 | 14 | 11E | 35 | 39 |
| Octal | 260 | 126 | 313 | 15 | 72 | 0 | 24 | 436 | 65 | 71 |
| Binary | 10110000 | 1010110 | 11001011 | 1101 | 111010 | 0 | 10100 | 100011110 | 110101 | 111001 |
Color Harmonies of #B056CB
Complementary color
Monochromatic Colors of #B056CB
Black with #B056CB
Text Example
Text Example
White with #B056CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B056CB; }
p { color: rgb(176,86,203); }
H1.HeaderClassName
{
color: #B056CB;
}
.AnyTagClassName
{
color: #B056CB;
}
</style>
background-color css
<style>
a { background-color: #B056CB; }
a { background-color: rgb(176,86,203); }
div.DivClassName
{
background-color: #B056CB;
}
.BgClassName
{
background-color: #B056CB;
}
</style>
border-color css
<style>
span { border-color: #B056CB; }
span { border-color: rgb(176,86,203); }
td.TdClassName
{
border-color: #B056CB;
}
.TagClassName
{
border-color: #B056CB;
}
</style>