#B2169C

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

Shades of Medium Violet Red #B2169C

Tints of Medium Violet Red #B2169C

Color information

#B2169C (or 0xB2169C) is unknown color: approx Medium Violet Red. HEX triplet: B2, 16 and 9C. RGB value is (178,22,156). Sum of RGB (Red+Green+Blue) = 178+22+156=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2169C is #4DE963. Grayscale: #535353. Windows color (decimal): -5106020 or 10229426. OLE color: 10229426.

HSL color Cylindrical-coordinate representation of color #B2169C: hue angle of 308.46º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2169C is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17822156-
CMYK00.880.120.30
HSL308.46º78%39.22%-
HSV(B)308.46º87.64%69.8%-
XYZ24.6512.4432.55-
YUV83.92168.68195.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 6.18%
BLUE value IS 156 (61.33% from 255) = 43.82%
R=50%
G=6.18%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782215600.880.120.30308.467839.22
HexB2169C058C1E1344e27
Octal262262340130143646411647
Binary101100101011010011100010110001100111101001101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2169C; }

 p { color: rgb(178,22,156); }

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

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

 a { background-color: rgb(178,22,156); }

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

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

 span { border-color: rgb(178,22,156); }

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