Shades of Medium Orchid #B158E5
Tints of Medium Orchid #B158E5
RGB
CMYK
RGB Variations
Color information
#B158E5 (or 0xB158E5) is known color: Medium Orchid. HEX triplet: B1, 58 and E5. RGB value is (177,88,229). Sum of RGB (Red+Green+Blue) = 177+88+229=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #B158E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158E5 is #4EA71A. Grayscale: #828282. Windows color (decimal): -5154587 or 15030449. OLE color: 15030449.
HSL color Cylindrical-coordinate representation of color #B158E5: hue angle of 277.87º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B158E5 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 88 | 229 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.10 |
| HSL | 277.87º | 0.73% | 0.62% | - |
| HSV(B) | 277.87º | 0.62% | 0.9% | - |
| XYZ | 35.76 | 21.98 | 76.49 | - |
| YUV | 130.69 | 183.49 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 229 | 0.23 | 0.62 | 0 | 0.10 | 277.87 | 0.73 | 0.62 |
| Hex | B1 | 58 | E5 | 17 | 3E | 0 | A | 116 | 49 | 3E |
| Octal | 261 | 130 | 345 | 27 | 76 | 0 | 12 | 426 | 111 | 76 |
| Binary | 10110001 | 1011000 | 11100101 | 10111 | 111110 | 0 | 1010 | 100010110 | 1001001 | 111110 |
Color Harmonies of #B158E5
Complementary color
Monochromatic Colors of #B158E5
Black with #B158E5
Text Example
Text Example
White with #B158E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B158E5; }
p { color: rgb(177,88,229); }
H1.HeaderClassName
{
color: #B158E5;
}
.AnyTagClassName
{
color: #B158E5;
}
</style>
background-color css
<style>
a { background-color: #B158E5; }
a { background-color: rgb(177,88,229); }
div.DivClassName
{
background-color: #B158E5;
}
.BgClassName
{
background-color: #B158E5;
}
</style>
border-color css
<style>
span { border-color: #B158E5; }
span { border-color: rgb(177,88,229); }
td.TdClassName
{
border-color: #B158E5;
}
.TagClassName
{
border-color: #B158E5;
}
</style>