Shades of Medium Orchid #B158FE
Tints of Medium Orchid #B158FE
RGB
CMYK
RGB Variations
Color information
#B158FE (or 0xB158FE) is known color: Medium Orchid. HEX triplet: B1, 58 and FE. RGB value is (177,88,254). Sum of RGB (Red+Green+Blue) = 177+88+254=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #B158FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B158FE is #4EA701. Grayscale: #848484. Windows color (decimal): -5154562 or 16668849. OLE color: 16668849.
HSL color Cylindrical-coordinate representation of color #B158FE: hue angle of 272.17º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B158FE is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 88 | 254 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.00 |
| HSL | 272.17º | 0.99% | 0.67% | - |
| HSV(B) | 272.17º | 0.65% | 1% | - |
| XYZ | 39.51 | 23.48 | 96.22 | - |
| YUV | 133.54 | 195.99 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 254 | 0.30 | 0.65 | 0 | 0.00 | 272.17 | 0.99 | 0.67 |
| Hex | B1 | 58 | FE | 1E | 41 | 0 | 0 | 110 | 63 | 43 |
| Octal | 261 | 130 | 376 | 36 | 101 | 0 | 0 | 420 | 143 | 103 |
| Binary | 10110001 | 1011000 | 11111110 | 11110 | 1000001 | 0 | 0 | 100010000 | 1100011 | 1000011 |
Color Harmonies of #B158FE
Complementary color
Monochromatic Colors of #B158FE
Black with #B158FE
Text Example
Text Example
White with #B158FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B158FE; }
p { color: rgb(177,88,254); }
H1.HeaderClassName
{
color: #B158FE;
}
.AnyTagClassName
{
color: #B158FE;
}
</style>
background-color css
<style>
a { background-color: #B158FE; }
a { background-color: rgb(177,88,254); }
div.DivClassName
{
background-color: #B158FE;
}
.BgClassName
{
background-color: #B158FE;
}
</style>
border-color css
<style>
span { border-color: #B158FE; }
span { border-color: rgb(177,88,254); }
td.TdClassName
{
border-color: #B158FE;
}
.TagClassName
{
border-color: #B158FE;
}
</style>