Shades of Medium Orchid #B162DA
Tints of Medium Orchid #B162DA
RGB
CMYK
RGB Variations
Color information
#B162DA (or 0xB162DA) is known color: Medium Orchid. HEX triplet: B1, 62 and DA. RGB value is (177,98,218). Sum of RGB (Red+Green+Blue) = 177+98+218=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #B162DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162DA is #4E9D25. Grayscale: #868686. Windows color (decimal): -5152038 or 14312113. OLE color: 14312113.
HSL color Cylindrical-coordinate representation of color #B162DA: hue angle of 279.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B162DA is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 98 | 218 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.15 |
| HSL | 279.5º | 0.62% | 0.62% | - |
| HSV(B) | 279.5º | 0.55% | 0.85% | - |
| XYZ | 35.15 | 23.14 | 68.94 | - |
| YUV | 135.3 | 174.67 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 218 | 0.19 | 0.55 | 0 | 0.15 | 279.5 | 0.62 | 0.62 |
| Hex | B1 | 62 | DA | 13 | 37 | 0 | F | 118 | 3E | 3E |
| Octal | 261 | 142 | 332 | 23 | 67 | 0 | 17 | 430 | 76 | 76 |
| Binary | 10110001 | 1100010 | 11011010 | 10011 | 110111 | 0 | 1111 | 100011000 | 111110 | 111110 |
Color Harmonies of #B162DA
Complementary color
Monochromatic Colors of #B162DA
Black with #B162DA
Text Example
Text Example
White with #B162DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B162DA; }
p { color: rgb(177,98,218); }
H1.HeaderClassName
{
color: #B162DA;
}
.AnyTagClassName
{
color: #B162DA;
}
</style>
background-color css
<style>
a { background-color: #B162DA; }
a { background-color: rgb(177,98,218); }
div.DivClassName
{
background-color: #B162DA;
}
.BgClassName
{
background-color: #B162DA;
}
</style>
border-color css
<style>
span { border-color: #B162DA; }
span { border-color: rgb(177,98,218); }
td.TdClassName
{
border-color: #B162DA;
}
.TagClassName
{
border-color: #B162DA;
}
</style>