Shades of Medium Orchid #B162CC
Tints of Medium Orchid #B162CC
RGB
CMYK
RGB Variations
Color information
#B162CC (or 0xB162CC) is known color: Medium Orchid. HEX triplet: B1, 62 and CC. RGB value is (177,98,204). Sum of RGB (Red+Green+Blue) = 177+98+204=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #B162CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162CC is #4E9D33. Grayscale: #858585. Windows color (decimal): -5152052 or 13394609. OLE color: 13394609.
HSL color Cylindrical-coordinate representation of color #B162CC: hue angle of 284.72º degrees, saturation: 0.51, 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 #B162CC is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 98 | 204 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.2 |
| HSL | 284.72º | 0.51% | 0.59% | - |
| HSV(B) | 284.72º | 0.52% | 0.8% | - |
| XYZ | 33.4 | 22.44 | 59.7 | - |
| YUV | 133.71 | 167.67 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 204 | 0.13 | 0.52 | 0 | 0.2 | 284.72 | 0.51 | 0.59 |
| Hex | B1 | 62 | CC | D | 34 | 0 | 14 | 11D | 33 | 3B |
| Octal | 261 | 142 | 314 | 15 | 64 | 0 | 24 | 435 | 63 | 73 |
| Binary | 10110001 | 1100010 | 11001100 | 1101 | 110100 | 0 | 10100 | 100011101 | 110011 | 111011 |
Color Harmonies of #B162CC
Complementary color
Monochromatic Colors of #B162CC
Black with #B162CC
Text Example
Text Example
White with #B162CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B162CC; }
p { color: rgb(177,98,204); }
H1.HeaderClassName
{
color: #B162CC;
}
.AnyTagClassName
{
color: #B162CC;
}
</style>
background-color css
<style>
a { background-color: #B162CC; }
a { background-color: rgb(177,98,204); }
div.DivClassName
{
background-color: #B162CC;
}
.BgClassName
{
background-color: #B162CC;
}
</style>
border-color css
<style>
span { border-color: #B162CC; }
span { border-color: rgb(177,98,204); }
td.TdClassName
{
border-color: #B162CC;
}
.TagClassName
{
border-color: #B162CC;
}
</style>