#B41193

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

Shades of Medium Violet Red #B41193

Tints of Medium Violet Red #B41193

Color information

#B41193 (or 0xB41193) is unknown color: approx Medium Violet Red. HEX triplet: B4, 11 and 93. RGB value is (180,17,147). Sum of RGB (Red+Green+Blue) = 180+17+147=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B41193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41193 is #4BEE6C. Grayscale: #505050. Windows color (decimal): -4976237 or 9638324. OLE color: 9638324.

HSL color Cylindrical-coordinate representation of color #B41193: hue angle of 312.15º 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 #B41193 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB18017147-
CMYK00.910.180.29
HSL312.15º82.74%38.63%-
HSV(B)312.15º90.56%70.59%-
XYZ24.2912.2128.68-
YUV80.56165.5198.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.33%
GREEN value IS 17 (7.03% from 255) = 4.94%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=52.33%
G=4.94%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801714700.910.180.29312.1582.7438.63
HexB4119305B121D1385327
Octal264212230133223547012347
Binary1011010010001100100110101101110010111011001110001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41193; }

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

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

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

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

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

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

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

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