#B21194

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

Shades of Medium Violet Red #B21194

Tints of Medium Violet Red #B21194

Color information

#B21194 (or 0xB21194) is unknown color: approx Medium Violet Red. HEX triplet: B2, 11 and 94. RGB value is (178,17,148). Sum of RGB (Red+Green+Blue) = 178+17+148=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B21194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21194 is #4DEE6B. Grayscale: #4F4F4F. Windows color (decimal): -5107308 or 9703858. OLE color: 9703858.

HSL color Cylindrical-coordinate representation of color #B21194: hue angle of 311.18º 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 #B21194 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB17817148-
CMYK00.900.170.30
HSL311.18º82.56%38.24%-
HSV(B)311.18º90.45%69.8%-
XYZ23.911229.07-
YUV80.07166.34197.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.90%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 148 (58.20% from 255) = 43.15%
R=51.90%
G=4.96%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781714800.900.170.30311.1882.5638.24
HexB2119405A111E1375326
Octal262212240132213646712346
Binary1011001010001100101000101101010001111101001101111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21194; }

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

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

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

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

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

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

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

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