Shades of Medium Orchid #B056C3
Tints of Medium Orchid #B056C3
RGB
CMYK
RGB Variations
Color information
#B056C3 (or 0xB056C3) is known color: Medium Orchid. HEX triplet: B0, 56 and C3. RGB value is (176,86,195). Sum of RGB (Red+Green+Blue) = 176+86+195=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #B056C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056C3 is #4FA93C. Grayscale: #7C7C7C. Windows color (decimal): -5220669 or 12801712. OLE color: 12801712.
HSL color Cylindrical-coordinate representation of color #B056C3: hue angle of 289.54º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B056C3 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 86 | 195 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.24 |
| HSL | 289.54º | 0.48% | 0.55% | - |
| HSV(B) | 289.54º | 0.56% | 0.76% | - |
| XYZ | 31.08 | 19.83 | 53.82 | - |
| YUV | 125.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 195 | 0.10 | 0.56 | 0 | 0.24 | 289.54 | 0.48 | 0.55 |
| Hex | B0 | 56 | C3 | A | 38 | 0 | 18 | 122 | 30 | 37 |
| Octal | 260 | 126 | 303 | 12 | 70 | 0 | 30 | 442 | 60 | 67 |
| Binary | 10110000 | 1010110 | 11000011 | 1010 | 111000 | 0 | 11000 | 100100010 | 110000 | 110111 |
Color Harmonies of #B056C3
Complementary color
Monochromatic Colors of #B056C3
Black with #B056C3
Text Example
Text Example
White with #B056C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B056C3; }
p { color: rgb(176,86,195); }
H1.HeaderClassName
{
color: #B056C3;
}
.AnyTagClassName
{
color: #B056C3;
}
</style>
background-color css
<style>
a { background-color: #B056C3; }
a { background-color: rgb(176,86,195); }
div.DivClassName
{
background-color: #B056C3;
}
.BgClassName
{
background-color: #B056C3;
}
</style>
border-color css
<style>
span { border-color: #B056C3; }
span { border-color: rgb(176,86,195); }
td.TdClassName
{
border-color: #B056C3;
}
.TagClassName
{
border-color: #B056C3;
}
</style>