Shades of Medium Orchid #B162D7
Tints of Medium Orchid #B162D7
RGB
CMYK
RGB Variations
Color information
#B162D7 (or 0xB162D7) is known color: Medium Orchid. HEX triplet: B1, 62 and D7. RGB value is (177,98,215). Sum of RGB (Red+Green+Blue) = 177+98+215=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #B162D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162D7 is #4E9D28. Grayscale: #868686. Windows color (decimal): -5152041 or 14115505. OLE color: 14115505.
HSL color Cylindrical-coordinate representation of color #B162D7: hue angle of 280.51º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B162D7 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 98 | 215 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.16 |
| HSL | 280.51º | 0.59% | 0.61% | - |
| HSV(B) | 280.51º | 0.54% | 0.84% | - |
| XYZ | 34.76 | 22.99 | 66.89 | - |
| YUV | 134.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 215 | 0.18 | 0.54 | 0 | 0.16 | 280.51 | 0.59 | 0.61 |
| Hex | B1 | 62 | D7 | 12 | 36 | 0 | 10 | 119 | 3B | 3D |
| Octal | 261 | 142 | 327 | 22 | 66 | 0 | 20 | 431 | 73 | 75 |
| Binary | 10110001 | 1100010 | 11010111 | 10010 | 110110 | 0 | 10000 | 100011001 | 111011 | 111101 |
Color Harmonies of #B162D7
Complementary color
Monochromatic Colors of #B162D7
Black with #B162D7
Text Example
Text Example
White with #B162D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B162D7; }
p { color: rgb(177,98,215); }
H1.HeaderClassName
{
color: #B162D7;
}
.AnyTagClassName
{
color: #B162D7;
}
</style>
background-color css
<style>
a { background-color: #B162D7; }
a { background-color: rgb(177,98,215); }
div.DivClassName
{
background-color: #B162D7;
}
.BgClassName
{
background-color: #B162D7;
}
</style>
border-color css
<style>
span { border-color: #B162D7; }
span { border-color: rgb(177,98,215); }
td.TdClassName
{
border-color: #B162D7;
}
.TagClassName
{
border-color: #B162D7;
}
</style>