Shades of Medium Orchid #B059C3
Tints of Medium Orchid #B059C3
RGB
CMYK
RGB Variations
Color information
#B059C3 (or 0xB059C3) is known color: Medium Orchid. HEX triplet: B0, 59 and C3. RGB value is (176,89,195). Sum of RGB (Red+Green+Blue) = 176+89+195=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #B059C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059C3 is #4FA63C. Grayscale: #7E7E7E. Windows color (decimal): -5219901 or 12802480. OLE color: 12802480.
HSL color Cylindrical-coordinate representation of color #B059C3: hue angle of 289.25º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B059C3 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 89 | 195 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.24 |
| HSL | 289.25º | 0.47% | 0.56% | - |
| HSV(B) | 289.25º | 0.54% | 0.76% | - |
| XYZ | 31.33 | 20.32 | 53.9 | - |
| YUV | 127.1 | 166.32 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 195 | 0.10 | 0.54 | 0 | 0.24 | 289.25 | 0.47 | 0.56 |
| Hex | B0 | 59 | C3 | A | 36 | 0 | 18 | 121 | 2F | 38 |
| Octal | 260 | 131 | 303 | 12 | 66 | 0 | 30 | 441 | 57 | 70 |
| Binary | 10110000 | 1011001 | 11000011 | 1010 | 110110 | 0 | 11000 | 100100001 | 101111 | 111000 |
Color Harmonies of #B059C3
Complementary color
Monochromatic Colors of #B059C3
Black with #B059C3
Text Example
Text Example
White with #B059C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059C3; }
p { color: rgb(176,89,195); }
H1.HeaderClassName
{
color: #B059C3;
}
.AnyTagClassName
{
color: #B059C3;
}
</style>
background-color css
<style>
a { background-color: #B059C3; }
a { background-color: rgb(176,89,195); }
div.DivClassName
{
background-color: #B059C3;
}
.BgClassName
{
background-color: #B059C3;
}
</style>
border-color css
<style>
span { border-color: #B059C3; }
span { border-color: rgb(176,89,195); }
td.TdClassName
{
border-color: #B059C3;
}
.TagClassName
{
border-color: #B059C3;
}
</style>