#B162C1

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

Shades of Medium Orchid #B162C1

Tints of Medium Orchid #B162C1

Color information

#B162C1 (or 0xB162C1) is unknown color: approx Medium Orchid. HEX triplet: B1, 62 and C1. RGB value is (177,98,193). Sum of RGB (Red+Green+Blue) = 177+98+193=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #B162C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162C1 is #4E9D3E. Grayscale: #848484. Windows color (decimal): -5152063 or 12673713. OLE color: 12673713.

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

Color convert

RGB17798193-
CMYK0.080.4900.24
HSL289.89º43.38%57.06%-
HSV(B)289.89º49.22%75.69%-
XYZ32.1221.9352.99-
YUV132.45162.17159.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 98 (38.67% from 255) = 20.94%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=37.82%
G=20.94%
B=41.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177981930.080.4900.24289.8943.3857.06
HexB162C18310181222b39
Octal26114230110610304425371
Binary101100011100010110000011000110001011000100100010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B162C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B162C1; }

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

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

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

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

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

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

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

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