Shades of Medium Orchid #B059DF
Tints of Medium Orchid #B059DF
RGB
CMYK
RGB Variations
Color information
#B059DF (or 0xB059DF) is known color: Medium Orchid. HEX triplet: B0, 59 and DF. RGB value is (176,89,223). Sum of RGB (Red+Green+Blue) = 176+89+223=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #B059DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059DF is #4FA620. Grayscale: #818181. Windows color (decimal): -5219873 or 14637488. OLE color: 14637488.
HSL color Cylindrical-coordinate representation of color #B059DF: hue angle of 278.96º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B059DF is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 89 | 223 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.13 |
| HSL | 278.96º | 0.68% | 0.61% | - |
| HSV(B) | 278.96º | 0.6% | 0.87% | - |
| XYZ | 34.8 | 21.7 | 72.17 | - |
| YUV | 130.29 | 180.32 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 223 | 0.21 | 0.60 | 0 | 0.13 | 278.96 | 0.68 | 0.61 |
| Hex | B0 | 59 | DF | 15 | 3C | 0 | D | 117 | 44 | 3D |
| Octal | 260 | 131 | 337 | 25 | 74 | 0 | 15 | 427 | 104 | 75 |
| Binary | 10110000 | 1011001 | 11011111 | 10101 | 111100 | 0 | 1101 | 100010111 | 1000100 | 111101 |
Color Harmonies of #B059DF
Complementary color
Monochromatic Colors of #B059DF
Black with #B059DF
Text Example
Text Example
White with #B059DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059DF; }
p { color: rgb(176,89,223); }
H1.HeaderClassName
{
color: #B059DF;
}
.AnyTagClassName
{
color: #B059DF;
}
</style>
background-color css
<style>
a { background-color: #B059DF; }
a { background-color: rgb(176,89,223); }
div.DivClassName
{
background-color: #B059DF;
}
.BgClassName
{
background-color: #B059DF;
}
</style>
border-color css
<style>
span { border-color: #B059DF; }
span { border-color: rgb(176,89,223); }
td.TdClassName
{
border-color: #B059DF;
}
.TagClassName
{
border-color: #B059DF;
}
</style>