Shades of Medium Orchid #B059CF
Tints of Medium Orchid #B059CF
RGB
CMYK
RGB Variations
Color information
#B059CF (or 0xB059CF) is known color: Medium Orchid. HEX triplet: B0, 59 and CF. RGB value is (176,89,207). Sum of RGB (Red+Green+Blue) = 176+89+207=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #B059CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059CF is #4FA630. Grayscale: #808080. Windows color (decimal): -5219889 or 13588912. OLE color: 13588912.
HSL color Cylindrical-coordinate representation of color #B059CF: hue angle of 284.24º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B059CF is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 89 | 207 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.19 |
| HSL | 284.24º | 0.55% | 0.58% | - |
| HSV(B) | 284.24º | 0.57% | 0.81% | - |
| XYZ | 32.74 | 20.88 | 61.34 | - |
| YUV | 128.47 | 172.32 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 207 | 0.15 | 0.57 | 0 | 0.19 | 284.24 | 0.55 | 0.58 |
| Hex | B0 | 59 | CF | F | 39 | 0 | 13 | 11C | 37 | 3A |
| Octal | 260 | 131 | 317 | 17 | 71 | 0 | 23 | 434 | 67 | 72 |
| Binary | 10110000 | 1011001 | 11001111 | 1111 | 111001 | 0 | 10011 | 100011100 | 110111 | 111010 |
Color Harmonies of #B059CF
Complementary color
Monochromatic Colors of #B059CF
Black with #B059CF
Text Example
Text Example
White with #B059CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059CF; }
p { color: rgb(176,89,207); }
H1.HeaderClassName
{
color: #B059CF;
}
.AnyTagClassName
{
color: #B059CF;
}
</style>
background-color css
<style>
a { background-color: #B059CF; }
a { background-color: rgb(176,89,207); }
div.DivClassName
{
background-color: #B059CF;
}
.BgClassName
{
background-color: #B059CF;
}
</style>
border-color css
<style>
span { border-color: #B059CF; }
span { border-color: rgb(176,89,207); }
td.TdClassName
{
border-color: #B059CF;
}
.TagClassName
{
border-color: #B059CF;
}
</style>