#B4128C

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

Shades of Medium Violet Red #B4128C

Tints of Medium Violet Red #B4128C

Color information

#B4128C (or 0xB4128C) is unknown color: approx Medium Violet Red. HEX triplet: B4, 12 and 8C. RGB value is (180,18,140). Sum of RGB (Red+Green+Blue) = 180+18+140=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4128C is #4BED73. Grayscale: #505050. Windows color (decimal): -4975988 or 9179828. OLE color: 9179828.

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

Color convert

RGB18018140-
CMYK00.90.220.29
HSL314.81º81.82%38.82%-
HSV(B)314.81º90%70.59%-
XYZ23.7712.0325.88-
YUV80.35161.67199.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.25%
GREEN value IS 18 (7.42% from 255) = 5.33%
BLUE value IS 140 (55.08% from 255) = 41.42%
R=53.25%
G=5.33%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801814000.90.220.29314.8181.8238.82
HexB4128C05A161D13b5227
Octal264222140132263547312247
Binary1011010010010100011000101101010110111011001110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4128C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4128C; }

 p { color: rgb(180,18,140); }

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

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

 a { background-color: rgb(180,18,140); }

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

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

 span { border-color: rgb(180,18,140); }

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