Shades of Medium Orchid #B162EC
Tints of Medium Orchid #B162EC
RGB
CMYK
RGB Variations
Color information
#B162EC (or 0xB162EC) is known color: Medium Orchid. HEX triplet: B1, 62 and EC. RGB value is (177,98,236). Sum of RGB (Red+Green+Blue) = 177+98+236=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #B162EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B162EC is #4E9D13. Grayscale: #888888. Windows color (decimal): -5152020 or 15491761. OLE color: 15491761.
HSL color Cylindrical-coordinate representation of color #B162EC: hue angle of 274.35º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B162EC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 98 | 236 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.07 |
| HSL | 274.35º | 0.78% | 0.65% | - |
| HSV(B) | 274.35º | 0.58% | 0.93% | - |
| XYZ | 37.64 | 24.14 | 82.03 | - |
| YUV | 137.35 | 183.67 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 236 | 0.25 | 0.58 | 0 | 0.07 | 274.35 | 0.78 | 0.65 |
| Hex | B1 | 62 | EC | 19 | 3A | 0 | 7 | 112 | 4E | 41 |
| Octal | 261 | 142 | 354 | 31 | 72 | 0 | 7 | 422 | 116 | 101 |
| Binary | 10110001 | 1100010 | 11101100 | 11001 | 111010 | 0 | 111 | 100010010 | 1001110 | 1000001 |
Color Harmonies of #B162EC
Complementary color
Monochromatic Colors of #B162EC
Black with #B162EC
Text Example
Text Example
White with #B162EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B162EC; }
p { color: rgb(177,98,236); }
H1.HeaderClassName
{
color: #B162EC;
}
.AnyTagClassName
{
color: #B162EC;
}
</style>
background-color css
<style>
a { background-color: #B162EC; }
a { background-color: rgb(177,98,236); }
div.DivClassName
{
background-color: #B162EC;
}
.BgClassName
{
background-color: #B162EC;
}
</style>
border-color css
<style>
span { border-color: #B162EC; }
span { border-color: rgb(177,98,236); }
td.TdClassName
{
border-color: #B162EC;
}
.TagClassName
{
border-color: #B162EC;
}
</style>