Shades of Medium Orchid #B059DC
Tints of Medium Orchid #B059DC
RGB
CMYK
RGB Variations
Color information
#B059DC (or 0xB059DC) is known color: Medium Orchid. HEX triplet: B0, 59 and DC. RGB value is (176,89,220). Sum of RGB (Red+Green+Blue) = 176+89+220=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #B059DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059DC is #4FA623. Grayscale: #818181. Windows color (decimal): -5219876 or 14440880. OLE color: 14440880.
HSL color Cylindrical-coordinate representation of color #B059DC: hue angle of 279.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B059DC is Cyan = 0.2, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 89 | 220 | - |
| CMYK | 0.2 | 0.60 | 0 | 0.14 |
| HSL | 279.85º | 0.65% | 0.61% | - |
| HSV(B) | 279.85º | 0.6% | 0.86% | - |
| XYZ | 34.4 | 21.54 | 70.06 | - |
| YUV | 129.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 220 | 0.2 | 0.60 | 0 | 0.14 | 279.85 | 0.65 | 0.61 |
| Hex | B0 | 59 | DC | 14 | 3C | 0 | E | 118 | 41 | 3D |
| Octal | 260 | 131 | 334 | 24 | 74 | 0 | 16 | 430 | 101 | 75 |
| Binary | 10110000 | 1011001 | 11011100 | 10100 | 111100 | 0 | 1110 | 100011000 | 1000001 | 111101 |
Color Harmonies of #B059DC
Complementary color
Monochromatic Colors of #B059DC
Black with #B059DC
Text Example
Text Example
White with #B059DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059DC; }
p { color: rgb(176,89,220); }
H1.HeaderClassName
{
color: #B059DC;
}
.AnyTagClassName
{
color: #B059DC;
}
</style>
background-color css
<style>
a { background-color: #B059DC; }
a { background-color: rgb(176,89,220); }
div.DivClassName
{
background-color: #B059DC;
}
.BgClassName
{
background-color: #B059DC;
}
</style>
border-color css
<style>
span { border-color: #B059DC; }
span { border-color: rgb(176,89,220); }
td.TdClassName
{
border-color: #B059DC;
}
.TagClassName
{
border-color: #B059DC;
}
</style>