Shades of Medium Orchid #B059FF
Tints of Medium Orchid #B059FF
RGB
CMYK
RGB Variations
Color information
#B059FF (or 0xB059FF) is known color: Medium Orchid. HEX triplet: B0, 59 and FF. RGB value is (176,89,255). Sum of RGB (Red+Green+Blue) = 176+89+255=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #B059FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B059FF is #4FA600. Grayscale: #858585. Windows color (decimal): -5219841 or 16734640. OLE color: 16734640.
HSL color Cylindrical-coordinate representation of color #B059FF: hue angle of 271.45º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B059FF is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 89 | 255 | - |
| CMYK | 0.31 | 0.65 | 0 | 0 |
| HSL | 271.45º | 1% | 0.67% | - |
| HSV(B) | 271.45º | 0.65% | 1% | - |
| XYZ | 39.53 | 23.59 | 97.08 | - |
| YUV | 133.94 | 196.32 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 255 | 0.31 | 0.65 | 0 | 0 | 271.45 | 1 | 0.67 |
| Hex | B0 | 59 | FF | 1F | 41 | 0 | 0 | 10F | 64 | 43 |
| Octal | 260 | 131 | 377 | 37 | 101 | 0 | 0 | 417 | 144 | 103 |
| Binary | 10110000 | 1011001 | 11111111 | 11111 | 1000001 | 0 | 0 | 100001111 | 1100100 | 1000011 |
Color Harmonies of #B059FF
Complementary color
Monochromatic Colors of #B059FF
Black with #B059FF
Text Example
Text Example
White with #B059FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059FF; }
p { color: rgb(176,89,255); }
H1.HeaderClassName
{
color: #B059FF;
}
.AnyTagClassName
{
color: #B059FF;
}
</style>
background-color css
<style>
a { background-color: #B059FF; }
a { background-color: rgb(176,89,255); }
div.DivClassName
{
background-color: #B059FF;
}
.BgClassName
{
background-color: #B059FF;
}
</style>
border-color css
<style>
span { border-color: #B059FF; }
span { border-color: rgb(176,89,255); }
td.TdClassName
{
border-color: #B059FF;
}
.TagClassName
{
border-color: #B059FF;
}
</style>