#B41192

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

Shades of Medium Violet Red #B41192

Tints of Medium Violet Red #B41192

Color information

#B41192 (or 0xB41192) is unknown color: approx Medium Violet Red. HEX triplet: B4, 11 and 92. RGB value is (180,17,146). Sum of RGB (Red+Green+Blue) = 180+17+146=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B41192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41192 is #4BEE6D. Grayscale: #505050. Windows color (decimal): -4976238 or 9572788. OLE color: 9572788.

HSL color Cylindrical-coordinate representation of color #B41192: hue angle of 312.52º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41192 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18017146-
CMYK00.910.190.29
HSL312.52º82.74%38.63%-
HSV(B)312.52º90.56%70.59%-
XYZ24.2112.1828.27-
YUV80.44165199.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=52.48%
G=4.96%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801714600.910.190.29312.5282.7438.63
HexB4119205B131D1395327
Octal264212220133233547112347
Binary1011010010001100100100101101110011111011001110011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41192; }

 p { color: rgb(180,17,146); }

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

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

 a { background-color: rgb(180,17,146); }

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

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

 span { border-color: rgb(180,17,146); }

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