#B41892

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

Shades of Medium Violet Red #B41892

Tints of Medium Violet Red #B41892

Color information

#B41892 (or 0xB41892) is unknown color: approx Medium Violet Red. HEX triplet: B4, 18 and 92. RGB value is (180,24,146). Sum of RGB (Red+Green+Blue) = 180+24+146=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B41892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41892 is #4BE76D. Grayscale: #545454. Windows color (decimal): -4974446 or 9574580. OLE color: 9574580.

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

Color convert

RGB18024146-
CMYK00.870.190.29
HSL313.08º76.47%40%-
HSV(B)313.08º86.67%70.59%-
XYZ24.3412.4328.31-
YUV84.55162.68196.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 24 (9.77% from 255) = 6.86%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=51.43%
G=6.86%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802414600.870.190.29313.0876.4740
HexB41892057131D1394c28
Octal264302220127233547111450
Binary1011010011000100100100101011110011111011001110011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41892; }

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

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

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

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

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

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

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

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