Shades of Medium Orchid #B056C1
Tints of Medium Orchid #B056C1
RGB
CMYK
RGB Variations
Color information
#B056C1 (or 0xB056C1) is known color: Medium Orchid. HEX triplet: B0, 56 and C1. RGB value is (176,86,193). Sum of RGB (Red+Green+Blue) = 176+86+193=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #B056C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056C1 is #4FA93E. Grayscale: #7C7C7C. Windows color (decimal): -5220671 or 12670640. OLE color: 12670640.
HSL color Cylindrical-coordinate representation of color #B056C1: hue angle of 290.47º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B056C1 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 86 | 193 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.24 |
| HSL | 290.47º | 0.46% | 0.55% | - |
| HSV(B) | 290.47º | 0.55% | 0.76% | - |
| XYZ | 30.86 | 19.74 | 52.64 | - |
| YUV | 125.11 | 166.32 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 193 | 0.09 | 0.55 | 0 | 0.24 | 290.47 | 0.46 | 0.55 |
| Hex | B0 | 56 | C1 | 9 | 37 | 0 | 18 | 122 | 2E | 37 |
| Octal | 260 | 126 | 301 | 11 | 67 | 0 | 30 | 442 | 56 | 67 |
| Binary | 10110000 | 1010110 | 11000001 | 1001 | 110111 | 0 | 11000 | 100100010 | 101110 | 110111 |
Color Harmonies of #B056C1
Complementary color
Monochromatic Colors of #B056C1
Black with #B056C1
Text Example
Text Example
White with #B056C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B056C1; }
p { color: rgb(176,86,193); }
H1.HeaderClassName
{
color: #B056C1;
}
.AnyTagClassName
{
color: #B056C1;
}
</style>
background-color css
<style>
a { background-color: #B056C1; }
a { background-color: rgb(176,86,193); }
div.DivClassName
{
background-color: #B056C1;
}
.BgClassName
{
background-color: #B056C1;
}
</style>
border-color css
<style>
span { border-color: #B056C1; }
span { border-color: rgb(176,86,193); }
td.TdClassName
{
border-color: #B056C1;
}
.TagClassName
{
border-color: #B056C1;
}
</style>