Shades of Medium Orchid #B162EE
Tints of Medium Orchid #B162EE
RGB
CMYK
RGB Variations
Color information
#B162EE (or 0xB162EE) is known color: Medium Orchid. HEX triplet: B1, 62 and EE. RGB value is (177,98,238). Sum of RGB (Red+Green+Blue) = 177+98+238=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #B162EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B162EE is #4E9D11. Grayscale: #898989. Windows color (decimal): -5152018 or 15622833. OLE color: 15622833.
HSL color Cylindrical-coordinate representation of color #B162EE: hue angle of 273.86º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B162EE is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 98 | 238 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.07 |
| HSL | 273.86º | 0.8% | 0.66% | - |
| HSV(B) | 273.86º | 0.59% | 0.93% | - |
| XYZ | 37.93 | 24.26 | 83.57 | - |
| YUV | 137.58 | 184.67 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 238 | 0.26 | 0.59 | 0 | 0.07 | 273.86 | 0.8 | 0.66 |
| Hex | B1 | 62 | EE | 1A | 3B | 0 | 7 | 112 | 50 | 42 |
| Octal | 261 | 142 | 356 | 32 | 73 | 0 | 7 | 422 | 120 | 102 |
| Binary | 10110001 | 1100010 | 11101110 | 11010 | 111011 | 0 | 111 | 100010010 | 1010000 | 1000010 |
Color Harmonies of #B162EE
Complementary color
Monochromatic Colors of #B162EE
Black with #B162EE
Text Example
Text Example
White with #B162EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B162EE; }
p { color: rgb(177,98,238); }
H1.HeaderClassName
{
color: #B162EE;
}
.AnyTagClassName
{
color: #B162EE;
}
</style>
background-color css
<style>
a { background-color: #B162EE; }
a { background-color: rgb(177,98,238); }
div.DivClassName
{
background-color: #B162EE;
}
.BgClassName
{
background-color: #B162EE;
}
</style>
border-color css
<style>
span { border-color: #B162EE; }
span { border-color: rgb(177,98,238); }
td.TdClassName
{
border-color: #B162EE;
}
.TagClassName
{
border-color: #B162EE;
}
</style>