Shades of Medium Orchid #B059D7
Tints of Medium Orchid #B059D7
RGB
CMYK
RGB Variations
Color information
#B059D7 (or 0xB059D7) is known color: Medium Orchid. HEX triplet: B0, 59 and D7. RGB value is (176,89,215). Sum of RGB (Red+Green+Blue) = 176+89+215=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 215 - color contains mainly: blue. Hex color #B059D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059D7 is #4FA628. Grayscale: #808080. Windows color (decimal): -5219881 or 14113200. OLE color: 14113200.
HSL color Cylindrical-coordinate representation of color #B059D7: hue angle of 281.43º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B059D7 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 89 | 215 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.16 |
| HSL | 281.43º | 0.61% | 0.6% | - |
| HSV(B) | 281.43º | 0.59% | 0.84% | - |
| XYZ | 33.74 | 21.28 | 66.62 | - |
| YUV | 129.38 | 176.32 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 215 | 0.18 | 0.59 | 0 | 0.16 | 281.43 | 0.61 | 0.6 |
| Hex | B0 | 59 | D7 | 12 | 3B | 0 | 10 | 119 | 3D | 3C |
| Octal | 260 | 131 | 327 | 22 | 73 | 0 | 20 | 431 | 75 | 74 |
| Binary | 10110000 | 1011001 | 11010111 | 10010 | 111011 | 0 | 10000 | 100011001 | 111101 | 111100 |
Color Harmonies of #B059D7
Complementary color
Monochromatic Colors of #B059D7
Black with #B059D7
Text Example
Text Example
White with #B059D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059D7; }
p { color: rgb(176,89,215); }
H1.HeaderClassName
{
color: #B059D7;
}
.AnyTagClassName
{
color: #B059D7;
}
</style>
background-color css
<style>
a { background-color: #B059D7; }
a { background-color: rgb(176,89,215); }
div.DivClassName
{
background-color: #B059D7;
}
.BgClassName
{
background-color: #B059D7;
}
</style>
border-color css
<style>
span { border-color: #B059D7; }
span { border-color: rgb(176,89,215); }
td.TdClassName
{
border-color: #B059D7;
}
.TagClassName
{
border-color: #B059D7;
}
</style>