Shades of Medium Orchid #B059FB
Tints of Medium Orchid #B059FB
RGB
CMYK
RGB Variations
Color information
#B059FB (or 0xB059FB) is known color: Medium Orchid. HEX triplet: B0, 59 and FB. RGB value is (176,89,251). Sum of RGB (Red+Green+Blue) = 176+89+251=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #B059FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B059FB is #4FA604. Grayscale: #848484. Windows color (decimal): -5219845 or 16472496. OLE color: 16472496.
HSL color Cylindrical-coordinate representation of color #B059FB: hue angle of 272.22º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B059FB is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 89 | 251 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.02 |
| HSL | 272.22º | 0.95% | 0.67% | - |
| HSV(B) | 272.22º | 0.65% | 0.98% | - |
| XYZ | 38.89 | 23.34 | 93.72 | - |
| YUV | 133.48 | 194.32 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 251 | 0.30 | 0.65 | 0 | 0.02 | 272.22 | 0.95 | 0.67 |
| Hex | B0 | 59 | FB | 1E | 41 | 0 | 2 | 110 | 5F | 43 |
| Octal | 260 | 131 | 373 | 36 | 101 | 0 | 2 | 420 | 137 | 103 |
| Binary | 10110000 | 1011001 | 11111011 | 11110 | 1000001 | 0 | 10 | 100010000 | 1011111 | 1000011 |
Color Harmonies of #B059FB
Complementary color
Monochromatic Colors of #B059FB
Black with #B059FB
Text Example
Text Example
White with #B059FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059FB; }
p { color: rgb(176,89,251); }
H1.HeaderClassName
{
color: #B059FB;
}
.AnyTagClassName
{
color: #B059FB;
}
</style>
background-color css
<style>
a { background-color: #B059FB; }
a { background-color: rgb(176,89,251); }
div.DivClassName
{
background-color: #B059FB;
}
.BgClassName
{
background-color: #B059FB;
}
</style>
border-color css
<style>
span { border-color: #B059FB; }
span { border-color: rgb(176,89,251); }
td.TdClassName
{
border-color: #B059FB;
}
.TagClassName
{
border-color: #B059FB;
}
</style>