Shades of Medium Orchid #B059C6
Tints of Medium Orchid #B059C6
RGB
CMYK
RGB Variations
Color information
#B059C6 (or 0xB059C6) is known color: Medium Orchid. HEX triplet: B0, 59 and C6. RGB value is (176,89,198). Sum of RGB (Red+Green+Blue) = 176+89+198=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #B059C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059C6 is #4FA639. Grayscale: #7F7F7F. Windows color (decimal): -5219898 or 12999088. OLE color: 12999088.
HSL color Cylindrical-coordinate representation of color #B059C6: hue angle of 287.89º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B059C6 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 89 | 198 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.22 |
| HSL | 287.89º | 0.49% | 0.56% | - |
| HSV(B) | 287.89º | 0.55% | 0.78% | - |
| XYZ | 31.67 | 20.45 | 55.7 | - |
| YUV | 127.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 198 | 0.11 | 0.55 | 0 | 0.22 | 287.89 | 0.49 | 0.56 |
| Hex | B0 | 59 | C6 | B | 37 | 0 | 16 | 120 | 31 | 38 |
| Octal | 260 | 131 | 306 | 13 | 67 | 0 | 26 | 440 | 61 | 70 |
| Binary | 10110000 | 1011001 | 11000110 | 1011 | 110111 | 0 | 10110 | 100100000 | 110001 | 111000 |
Color Harmonies of #B059C6
Complementary color
Monochromatic Colors of #B059C6
Black with #B059C6
Text Example
Text Example
White with #B059C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059C6; }
p { color: rgb(176,89,198); }
H1.HeaderClassName
{
color: #B059C6;
}
.AnyTagClassName
{
color: #B059C6;
}
</style>
background-color css
<style>
a { background-color: #B059C6; }
a { background-color: rgb(176,89,198); }
div.DivClassName
{
background-color: #B059C6;
}
.BgClassName
{
background-color: #B059C6;
}
</style>
border-color css
<style>
span { border-color: #B059C6; }
span { border-color: rgb(176,89,198); }
td.TdClassName
{
border-color: #B059C6;
}
.TagClassName
{
border-color: #B059C6;
}
</style>