Shades of Medium Orchid #B162D5
Tints of Medium Orchid #B162D5
RGB
CMYK
RGB Variations
Color information
#B162D5 (or 0xB162D5) is known color: Medium Orchid. HEX triplet: B1, 62 and D5. RGB value is (177,98,213). Sum of RGB (Red+Green+Blue) = 177+98+213=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #B162D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162D5 is #4E9D2A. Grayscale: #868686. Windows color (decimal): -5152043 or 13984433. OLE color: 13984433.
HSL color Cylindrical-coordinate representation of color #B162D5: hue angle of 281.22º degrees, saturation: 0.58, 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 #B162D5 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 98 | 213 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.16 |
| HSL | 281.22º | 0.58% | 0.61% | - |
| HSV(B) | 281.22º | 0.54% | 0.84% | - |
| XYZ | 34.51 | 22.89 | 65.55 | - |
| YUV | 134.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 213 | 0.17 | 0.54 | 0 | 0.16 | 281.22 | 0.58 | 0.61 |
| Hex | B1 | 62 | D5 | 11 | 36 | 0 | 10 | 119 | 3A | 3D |
| Octal | 261 | 142 | 325 | 21 | 66 | 0 | 20 | 431 | 72 | 75 |
| Binary | 10110001 | 1100010 | 11010101 | 10001 | 110110 | 0 | 10000 | 100011001 | 111010 | 111101 |
Color Harmonies of #B162D5
Complementary color
Monochromatic Colors of #B162D5
Black with #B162D5
Text Example
Text Example
White with #B162D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B162D5; }
p { color: rgb(177,98,213); }
H1.HeaderClassName
{
color: #B162D5;
}
.AnyTagClassName
{
color: #B162D5;
}
</style>
background-color css
<style>
a { background-color: #B162D5; }
a { background-color: rgb(177,98,213); }
div.DivClassName
{
background-color: #B162D5;
}
.BgClassName
{
background-color: #B162D5;
}
</style>
border-color css
<style>
span { border-color: #B162D5; }
span { border-color: rgb(177,98,213); }
td.TdClassName
{
border-color: #B162D5;
}
.TagClassName
{
border-color: #B162D5;
}
</style>