#B160C2

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

Shades of Medium Orchid #B160C2

Tints of Medium Orchid #B160C2

Color information

#B160C2 (or 0xB160C2) is unknown color: approx Medium Orchid. HEX triplet: B1, 60 and C2. RGB value is (177,96,194). Sum of RGB (Red+Green+Blue) = 177+96+194=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #B160C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160C2 is #4E9F3D. Grayscale: #838383. Windows color (decimal): -5152574 or 12738737. OLE color: 12738737.

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

Color convert

RGB17796194-
CMYK0.090.5100.24
HSL289.59º44.55%56.86%-
HSV(B)289.59º50.52%76.08%-
XYZ32.0521.6153.52-
YUV131.39163.34160.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 96 (37.89% from 255) = 20.56%
BLUE value IS 194 (76.17% from 255) = 41.54%
R=37.90%
G=20.56%
B=41.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177961940.090.5100.24289.5944.5556.86
HexB160C29330181222d39
Octal26114030211630304425571
Binary101100011100000110000101001110011011000100100010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B160C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B160C2; }

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

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

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

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

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

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

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

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