Shades of Medium Orchid #B059FE
Tints of Medium Orchid #B059FE
RGB
CMYK
RGB Variations
Color information
#B059FE (or 0xB059FE) is known color: Medium Orchid. HEX triplet: B0, 59 and FE. RGB value is (176,89,254). Sum of RGB (Red+Green+Blue) = 176+89+254=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #B059FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B059FE is #4FA601. Grayscale: #858585. Windows color (decimal): -5219842 or 16669104. OLE color: 16669104.
HSL color Cylindrical-coordinate representation of color #B059FE: hue angle of 271.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B059FE is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 89 | 254 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.00 |
| HSL | 271.64º | 0.99% | 0.67% | - |
| HSV(B) | 271.64º | 0.65% | 1% | - |
| XYZ | 39.37 | 23.53 | 96.23 | - |
| YUV | 133.82 | 195.82 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 254 | 0.31 | 0.65 | 0 | 0.00 | 271.64 | 0.99 | 0.67 |
| Hex | B0 | 59 | FE | 1F | 41 | 0 | 0 | 110 | 63 | 43 |
| Octal | 260 | 131 | 376 | 37 | 101 | 0 | 0 | 420 | 143 | 103 |
| Binary | 10110000 | 1011001 | 11111110 | 11111 | 1000001 | 0 | 0 | 100010000 | 1100011 | 1000011 |
Color Harmonies of #B059FE
Complementary color
Monochromatic Colors of #B059FE
Black with #B059FE
Text Example
Text Example
White with #B059FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059FE; }
p { color: rgb(176,89,254); }
H1.HeaderClassName
{
color: #B059FE;
}
.AnyTagClassName
{
color: #B059FE;
}
</style>
background-color css
<style>
a { background-color: #B059FE; }
a { background-color: rgb(176,89,254); }
div.DivClassName
{
background-color: #B059FE;
}
.BgClassName
{
background-color: #B059FE;
}
</style>
border-color css
<style>
span { border-color: #B059FE; }
span { border-color: rgb(176,89,254); }
td.TdClassName
{
border-color: #B059FE;
}
.TagClassName
{
border-color: #B059FE;
}
</style>