Shades of Medium Orchid #B159FF
Tints of Medium Orchid #B159FF
RGB
CMYK
RGB Variations
Color information
#B159FF (or 0xB159FF) is known color: Medium Orchid. HEX triplet: B1, 59 and FF. RGB value is (177,89,255). Sum of RGB (Red+Green+Blue) = 177+89+255=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #B159FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B159FF is #4EA600. Grayscale: #858585. Windows color (decimal): -5154305 or 16734641. OLE color: 16734641.
HSL color Cylindrical-coordinate representation of color #B159FF: hue angle of 271.81º 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 #B159FF is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 89 | 255 | - |
| CMYK | 0.31 | 0.65 | 0 | 0 |
| HSL | 271.81º | 1% | 0.67% | - |
| HSV(B) | 271.81º | 0.65% | 1% | - |
| XYZ | 39.75 | 23.71 | 97.09 | - |
| YUV | 134.24 | 196.15 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 255 | 0.31 | 0.65 | 0 | 0 | 271.81 | 1 | 0.67 |
| Hex | B1 | 59 | FF | 1F | 41 | 0 | 0 | 110 | 64 | 43 |
| Octal | 261 | 131 | 377 | 37 | 101 | 0 | 0 | 420 | 144 | 103 |
| Binary | 10110001 | 1011001 | 11111111 | 11111 | 1000001 | 0 | 0 | 100010000 | 1100100 | 1000011 |
Color Harmonies of #B159FF
Complementary color
Monochromatic Colors of #B159FF
Black with #B159FF
Text Example
Text Example
White with #B159FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B159FF; }
p { color: rgb(177,89,255); }
H1.HeaderClassName
{
color: #B159FF;
}
.AnyTagClassName
{
color: #B159FF;
}
</style>
background-color css
<style>
a { background-color: #B159FF; }
a { background-color: rgb(177,89,255); }
div.DivClassName
{
background-color: #B159FF;
}
.BgClassName
{
background-color: #B159FF;
}
</style>
border-color css
<style>
span { border-color: #B159FF; }
span { border-color: rgb(177,89,255); }
td.TdClassName
{
border-color: #B159FF;
}
.TagClassName
{
border-color: #B159FF;
}
</style>