Shades of Medium Orchid #B059D3
Tints of Medium Orchid #B059D3
RGB
CMYK
RGB Variations
Color information
#B059D3 (or 0xB059D3) is known color: Medium Orchid. HEX triplet: B0, 59 and D3. RGB value is (176,89,211). Sum of RGB (Red+Green+Blue) = 176+89+211=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #B059D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059D3 is #4FA62C. Grayscale: #808080. Windows color (decimal): -5219885 or 13851056. OLE color: 13851056.
HSL color Cylindrical-coordinate representation of color #B059D3: hue angle of 282.79º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B059D3 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 89 | 211 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.17 |
| HSL | 282.79º | 0.58% | 0.59% | - |
| HSV(B) | 282.79º | 0.58% | 0.83% | - |
| XYZ | 33.23 | 21.08 | 63.94 | - |
| YUV | 128.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 211 | 0.17 | 0.58 | 0 | 0.17 | 282.79 | 0.58 | 0.59 |
| Hex | B0 | 59 | D3 | 11 | 3A | 0 | 11 | 11B | 3A | 3B |
| Octal | 260 | 131 | 323 | 21 | 72 | 0 | 21 | 433 | 72 | 73 |
| Binary | 10110000 | 1011001 | 11010011 | 10001 | 111010 | 0 | 10001 | 100011011 | 111010 | 111011 |
Color Harmonies of #B059D3
Complementary color
Monochromatic Colors of #B059D3
Black with #B059D3
Text Example
Text Example
White with #B059D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059D3; }
p { color: rgb(176,89,211); }
H1.HeaderClassName
{
color: #B059D3;
}
.AnyTagClassName
{
color: #B059D3;
}
</style>
background-color css
<style>
a { background-color: #B059D3; }
a { background-color: rgb(176,89,211); }
div.DivClassName
{
background-color: #B059D3;
}
.BgClassName
{
background-color: #B059D3;
}
</style>
border-color css
<style>
span { border-color: #B059D3; }
span { border-color: rgb(176,89,211); }
td.TdClassName
{
border-color: #B059D3;
}
.TagClassName
{
border-color: #B059D3;
}
</style>