Shades of Medium Orchid #B158EC
Tints of Medium Orchid #B158EC
RGB
CMYK
RGB Variations
Color information
#B158EC (or 0xB158EC) is known color: Medium Orchid. HEX triplet: B1, 58 and EC. RGB value is (177,88,236). Sum of RGB (Red+Green+Blue) = 177+88+236=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #B158EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B158EC is #4EA713. Grayscale: #828282. Windows color (decimal): -5154580 or 15489201. OLE color: 15489201.
HSL color Cylindrical-coordinate representation of color #B158EC: hue angle of 276.08º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B158EC is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 88 | 236 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.07 |
| HSL | 276.08º | 0.8% | 0.64% | - |
| HSV(B) | 276.08º | 0.63% | 0.93% | - |
| XYZ | 36.76 | 22.38 | 81.74 | - |
| YUV | 131.48 | 186.99 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 236 | 0.25 | 0.63 | 0 | 0.07 | 276.08 | 0.8 | 0.64 |
| Hex | B1 | 58 | EC | 19 | 3F | 0 | 7 | 114 | 50 | 40 |
| Octal | 261 | 130 | 354 | 31 | 77 | 0 | 7 | 424 | 120 | 100 |
| Binary | 10110001 | 1011000 | 11101100 | 11001 | 111111 | 0 | 111 | 100010100 | 1010000 | 1000000 |
Color Harmonies of #B158EC
Complementary color
Monochromatic Colors of #B158EC
Black with #B158EC
Text Example
Text Example
White with #B158EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B158EC; }
p { color: rgb(177,88,236); }
H1.HeaderClassName
{
color: #B158EC;
}
.AnyTagClassName
{
color: #B158EC;
}
</style>
background-color css
<style>
a { background-color: #B158EC; }
a { background-color: rgb(177,88,236); }
div.DivClassName
{
background-color: #B158EC;
}
.BgClassName
{
background-color: #B158EC;
}
</style>
border-color css
<style>
span { border-color: #B158EC; }
span { border-color: rgb(177,88,236); }
td.TdClassName
{
border-color: #B158EC;
}
.TagClassName
{
border-color: #B158EC;
}
</style>