#B41198

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

Shades of Medium Violet Red #B41198

Tints of Medium Violet Red #B41198

Color information

#B41198 (or 0xB41198) is unknown color: approx Medium Violet Red. HEX triplet: B4, 11 and 98. RGB value is (180,17,152). Sum of RGB (Red+Green+Blue) = 180+17+152=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B41198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41198 is #4BEE67. Grayscale: #505050. Windows color (decimal): -4976232 or 9966004. OLE color: 9966004.

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

Color convert

RGB18017152-
CMYK00.910.160.29
HSL310.31º82.74%38.63%-
HSV(B)310.31º90.56%70.59%-
XYZ24.6912.3730.79-
YUV81.13168198.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 17 (7.03% from 255) = 4.87%
BLUE value IS 152 (59.77% from 255) = 43.55%
R=51.58%
G=4.87%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801715200.910.160.29310.3182.7438.63
HexB4119805B101D1365327
Octal264212300133203546612347
Binary1011010010001100110000101101110000111011001101101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41198; }

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

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

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

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

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

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

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

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