Shades of Medium Orchid #B159E8
Tints of Medium Orchid #B159E8
RGB
CMYK
RGB Variations
Color information
#B159E8 (or 0xB159E8) is known color: Medium Orchid. HEX triplet: B1, 59 and E8. RGB value is (177,89,232). Sum of RGB (Red+Green+Blue) = 177+89+232=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 232 (91.02% from 255 or 46.59% from 498); Max value from RGB is 232 - color contains mainly: blue. Hex color #B159E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B159E8 is #4EA617. Grayscale: #838383. Windows color (decimal): -5154328 or 15227313. OLE color: 15227313.
HSL color Cylindrical-coordinate representation of color #B159E8: hue angle of 276.92º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B159E8 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 89 | 232 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.09 |
| HSL | 276.92º | 0.76% | 0.63% | - |
| HSV(B) | 276.92º | 0.62% | 0.91% | - |
| XYZ | 36.27 | 22.32 | 78.74 | - |
| YUV | 131.61 | 184.65 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 232 | 0.24 | 0.62 | 0 | 0.09 | 276.92 | 0.76 | 0.63 |
| Hex | B1 | 59 | E8 | 18 | 3E | 0 | 9 | 115 | 4C | 3F |
| Octal | 261 | 131 | 350 | 30 | 76 | 0 | 11 | 425 | 114 | 77 |
| Binary | 10110001 | 1011001 | 11101000 | 11000 | 111110 | 0 | 1001 | 100010101 | 1001100 | 111111 |
Color Harmonies of #B159E8
Complementary color
Monochromatic Colors of #B159E8
Black with #B159E8
Text Example
Text Example
White with #B159E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B159E8; }
p { color: rgb(177,89,232); }
H1.HeaderClassName
{
color: #B159E8;
}
.AnyTagClassName
{
color: #B159E8;
}
</style>
background-color css
<style>
a { background-color: #B159E8; }
a { background-color: rgb(177,89,232); }
div.DivClassName
{
background-color: #B159E8;
}
.BgClassName
{
background-color: #B159E8;
}
</style>
border-color css
<style>
span { border-color: #B159E8; }
span { border-color: rgb(177,89,232); }
td.TdClassName
{
border-color: #B159E8;
}
.TagClassName
{
border-color: #B159E8;
}
</style>