#B4119A

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

Shades of Medium Violet Red #B4119A

Tints of Medium Violet Red #B4119A

Color information

#B4119A (or 0xB4119A) is unknown color: approx Medium Violet Red. HEX triplet: B4, 11 and 9A. RGB value is (180,17,154). Sum of RGB (Red+Green+Blue) = 180+17+154=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B4119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4119A is #4BEE65. Grayscale: #505050. Windows color (decimal): -4976230 or 10097076. OLE color: 10097076.

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

Color convert

RGB18017154-
CMYK00.910.140.29
HSL309.57º82.74%38.63%-
HSV(B)309.57º90.56%70.59%-
XYZ24.8612.4431.66-
YUV81.36169198.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 17 (7.03% from 255) = 4.84%
BLUE value IS 154 (60.55% from 255) = 43.87%
R=51.28%
G=4.84%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801715400.910.140.29309.5782.7438.63
HexB4119A05BE1D1365327
Octal264212320133163546612347
Binary101101001000110011010010110111110111011001101101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4119A; }

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

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

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

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

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

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

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

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