#B41392

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

Shades of Medium Violet Red #B41392

Tints of Medium Violet Red #B41392

Color information

#B41392 (or 0xB41392) is unknown color: approx Medium Violet Red. HEX triplet: B4, 13 and 92. RGB value is (180,19,146). Sum of RGB (Red+Green+Blue) = 180+19+146=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B41392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41392 is #4BEC6D. Grayscale: #515151. Windows color (decimal): -4975726 or 9573300. OLE color: 9573300.

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

Color convert

RGB18019146-
CMYK00.890.190.29
HSL312.67º80.9%39.02%-
HSV(B)312.67º89.44%70.59%-
XYZ24.2412.2428.28-
YUV81.62164.34198.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 19 (7.81% from 255) = 5.51%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=52.17%
G=5.51%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801914600.890.190.29312.6780.939.02
HexB41392059131D1395127
Octal264232220131233547112147
Binary1011010010011100100100101100110011111011001110011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41392; }

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

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

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

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

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

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

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

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