Shades of Medium Orchid #B159FA
Tints of Medium Orchid #B159FA
RGB
CMYK
RGB Variations
Color information
#B159FA (or 0xB159FA) is known color: Medium Orchid. HEX triplet: B1, 59 and FA. RGB value is (177,89,250). Sum of RGB (Red+Green+Blue) = 177+89+250=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #B159FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B159FA is #4EA605. Grayscale: #858585. Windows color (decimal): -5154310 or 16406961. OLE color: 16406961.
HSL color Cylindrical-coordinate representation of color #B159FA: hue angle of 272.8º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B159FA is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 89 | 250 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.02 |
| HSL | 272.8º | 0.94% | 0.66% | - |
| HSV(B) | 272.8º | 0.64% | 0.98% | - |
| XYZ | 38.96 | 23.39 | 92.9 | - |
| YUV | 133.67 | 193.65 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 250 | 0.29 | 0.64 | 0 | 0.02 | 272.8 | 0.94 | 0.66 |
| Hex | B1 | 59 | FA | 1D | 40 | 0 | 2 | 111 | 5E | 42 |
| Octal | 261 | 131 | 372 | 35 | 100 | 0 | 2 | 421 | 136 | 102 |
| Binary | 10110001 | 1011001 | 11111010 | 11101 | 1000000 | 0 | 10 | 100010001 | 1011110 | 1000010 |
Color Harmonies of #B159FA
Complementary color
Monochromatic Colors of #B159FA
Black with #B159FA
Text Example
Text Example
White with #B159FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B159FA; }
p { color: rgb(177,89,250); }
H1.HeaderClassName
{
color: #B159FA;
}
.AnyTagClassName
{
color: #B159FA;
}
</style>
background-color css
<style>
a { background-color: #B159FA; }
a { background-color: rgb(177,89,250); }
div.DivClassName
{
background-color: #B159FA;
}
.BgClassName
{
background-color: #B159FA;
}
</style>
border-color css
<style>
span { border-color: #B159FA; }
span { border-color: rgb(177,89,250); }
td.TdClassName
{
border-color: #B159FA;
}
.TagClassName
{
border-color: #B159FA;
}
</style>