#B2119E

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

Shades of Medium Violet Red #B2119E

Tints of Medium Violet Red #B2119E

Color information

#B2119E (or 0xB2119E) is unknown color: approx Medium Violet Red. HEX triplet: B2, 11 and 9E. RGB value is (178,17,158). Sum of RGB (Red+Green+Blue) = 178+17+158=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2119E is #4DEE61. Grayscale: #505050. Windows color (decimal): -5107298 or 10359218. OLE color: 10359218.

HSL color Cylindrical-coordinate representation of color #B2119E: hue angle of 307.45º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2119E is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB17817158-
CMYK00.900.110.30
HSL307.45º82.56%38.24%-
HSV(B)307.45º90.45%69.8%-
XYZ24.7312.3333.43-
YUV81.21171.34197.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.42%
GREEN value IS 17 (7.03% from 255) = 4.82%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=50.42%
G=4.82%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781715800.900.110.30307.4582.5638.24
HexB2119E05AB1E1335326
Octal262212360132133646312346
Binary101100101000110011110010110101011111101001100111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2119E; }

 p { color: rgb(178,17,158); }

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

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

 a { background-color: rgb(178,17,158); }

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

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

 span { border-color: rgb(178,17,158); }

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