#B162C0

Color #B162C0 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B162C0

Tints of Medium Orchid #B162C0

Color information

#B162C0 (or 0xB162C0) is unknown color: approx Medium Orchid. HEX triplet: B1, 62 and C0. RGB value is (177,98,192). Sum of RGB (Red+Green+Blue) = 177+98+192=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #B162C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162C0 is #4E9D3F. Grayscale: #848484. Windows color (decimal): -5152064 or 12608177. OLE color: 12608177.

HSL color Cylindrical-coordinate representation of color #B162C0: hue angle of 290.43º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B162C0 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17798192-
CMYK0.080.4900.25
HSL290.43º42.73%56.86%-
HSV(B)290.43º48.96%75.29%-
XYZ32.0121.8952.41-
YUV132.34161.67159.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 98 (38.67% from 255) = 20.99%
BLUE value IS 192 (75.39% from 255) = 41.11%
R=37.90%
G=20.99%
B=41.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177981920.080.4900.25290.4342.7356.86
HexB162C08310191222b39
Octal26114230010610314425371
Binary101100011100010110000001000110001011001100100010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B162C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B162C0; }

 p { color: rgb(177,98,192); }

 H1.HeaderClassName
 {
   color: #B162C0;
 }
 .AnyTagClassName
 {
   color: #B162C0;
 }
</style>
background-color css

<style>
 a { background-color: #B162C0; }

 a { background-color: rgb(177,98,192); }

 div.DivClassName
 {
   background-color: #B162C0;
 }
 .BgClassName
 {
   background-color: #B162C0;
 }
</style>
border-color css

<style>
 span { border-color: #B162C0; }

 span { border-color: rgb(177,98,192); }

 td.TdClassName
 {
   border-color: #B162C0;
 }
 .TagClassName
 {
   border-color: #B162C0;
 }
</style>