#B161C2

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

Shades of Medium Orchid #B161C2

Tints of Medium Orchid #B161C2

Color information

#B161C2 (or 0xB161C2) is unknown color: approx Medium Orchid. HEX triplet: B1, 61 and C2. RGB value is (177,97,194). Sum of RGB (Red+Green+Blue) = 177+97+194=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #B161C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B161C2 is #4E9E3D. Grayscale: #838383. Windows color (decimal): -5152318 or 12738993. OLE color: 12738993.

HSL color Cylindrical-coordinate representation of color #B161C2: hue angle of 289.48º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B161C2 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17797194-
CMYK0.090.5000.24
HSL289.48º44.29%57.06%-
HSV(B)289.48º50%76.08%-
XYZ32.1421.7953.55-
YUV131.98163160.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 194 (76.17% from 255) = 41.45%
R=37.82%
G=20.73%
B=41.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177971940.090.5000.24289.4844.2957.06
HexB161C29320181212c39
Octal26114130211620304415471
Binary101100011100001110000101001110010011000100100001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B161C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B161C2; }

 p { color: rgb(177,97,194); }

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

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

 a { background-color: rgb(177,97,194); }

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

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

 span { border-color: rgb(177,97,194); }

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