Shades of Medium Orchid #B162CD
Tints of Medium Orchid #B162CD
RGB
CMYK
RGB Variations
Color information
#B162CD (or 0xB162CD) is known color: Medium Orchid. HEX triplet: B1, 62 and CD. RGB value is (177,98,205). Sum of RGB (Red+Green+Blue) = 177+98+205=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #B162CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162CD is #4E9D32. Grayscale: #858585. Windows color (decimal): -5152051 or 13460145. OLE color: 13460145.
HSL color Cylindrical-coordinate representation of color #B162CD: hue angle of 284.3º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B162CD is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 98 | 205 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.20 |
| HSL | 284.3º | 0.52% | 0.59% | - |
| HSV(B) | 284.3º | 0.52% | 0.8% | - |
| XYZ | 33.52 | 22.49 | 60.33 | - |
| YUV | 133.82 | 168.17 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 205 | 0.14 | 0.52 | 0 | 0.20 | 284.3 | 0.52 | 0.59 |
| Hex | B1 | 62 | CD | E | 34 | 0 | 14 | 11C | 34 | 3B |
| Octal | 261 | 142 | 315 | 16 | 64 | 0 | 24 | 434 | 64 | 73 |
| Binary | 10110001 | 1100010 | 11001101 | 1110 | 110100 | 0 | 10100 | 100011100 | 110100 | 111011 |
Color Harmonies of #B162CD
Complementary color
Monochromatic Colors of #B162CD
Black with #B162CD
Text Example
Text Example
White with #B162CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B162CD; }
p { color: rgb(177,98,205); }
H1.HeaderClassName
{
color: #B162CD;
}
.AnyTagClassName
{
color: #B162CD;
}
</style>
background-color css
<style>
a { background-color: #B162CD; }
a { background-color: rgb(177,98,205); }
div.DivClassName
{
background-color: #B162CD;
}
.BgClassName
{
background-color: #B162CD;
}
</style>
border-color css
<style>
span { border-color: #B162CD; }
span { border-color: rgb(177,98,205); }
td.TdClassName
{
border-color: #B162CD;
}
.TagClassName
{
border-color: #B162CD;
}
</style>