Shades of Medium Orchid #B059D0
Tints of Medium Orchid #B059D0
RGB
CMYK
RGB Variations
Color information
#B059D0 (or 0xB059D0) is known color: Medium Orchid. HEX triplet: B0, 59 and D0. RGB value is (176,89,208). Sum of RGB (Red+Green+Blue) = 176+89+208=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #B059D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059D0 is #4FA62F. Grayscale: #808080. Windows color (decimal): -5219888 or 13654448. OLE color: 13654448.
HSL color Cylindrical-coordinate representation of color #B059D0: hue angle of 283.87º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B059D0 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 89 | 208 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.18 |
| HSL | 283.87º | 0.56% | 0.58% | - |
| HSV(B) | 283.87º | 0.57% | 0.82% | - |
| XYZ | 32.86 | 20.93 | 61.98 | - |
| YUV | 128.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 208 | 0.15 | 0.57 | 0 | 0.18 | 283.87 | 0.56 | 0.58 |
| Hex | B0 | 59 | D0 | F | 39 | 0 | 12 | 11C | 38 | 3A |
| Octal | 260 | 131 | 320 | 17 | 71 | 0 | 22 | 434 | 70 | 72 |
| Binary | 10110000 | 1011001 | 11010000 | 1111 | 111001 | 0 | 10010 | 100011100 | 111000 | 111010 |
Color Harmonies of #B059D0
Complementary color
Monochromatic Colors of #B059D0
Black with #B059D0
Text Example
Text Example
White with #B059D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059D0; }
p { color: rgb(176,89,208); }
H1.HeaderClassName
{
color: #B059D0;
}
.AnyTagClassName
{
color: #B059D0;
}
</style>
background-color css
<style>
a { background-color: #B059D0; }
a { background-color: rgb(176,89,208); }
div.DivClassName
{
background-color: #B059D0;
}
.BgClassName
{
background-color: #B059D0;
}
</style>
border-color css
<style>
span { border-color: #B059D0; }
span { border-color: rgb(176,89,208); }
td.TdClassName
{
border-color: #B059D0;
}
.TagClassName
{
border-color: #B059D0;
}
</style>