#B4037C

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

Shades of Medium Violet Red #B4037C

Tints of Medium Violet Red #B4037C

Color information

#B4037C (or 0xB4037C) is unknown color: approx Medium Violet Red. HEX triplet: B4, 03 and 7C. RGB value is (180,3,124). Sum of RGB (Red+Green+Blue) = 180+3+124=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4037C is #4BFC83. Grayscale: #454545. Windows color (decimal): -4979844 or 8127412. OLE color: 8127412.

HSL color Cylindrical-coordinate representation of color #B4037C: hue angle of 318.98º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4037C is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB1803124-
CMYK00.980.310.29
HSL318.98º96.72%35.88%-
HSV(B)318.98º98.33%70.59%-
XYZ22.4911.2220.05-
YUV69.72158.64206.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.63%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=58.63%
G=0.98%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180312400.980.310.29318.9896.7235.88
HexB437C0621F1D13f6124
Octal26431740142373547714144
Binary101101001111111000110001011111111011001111111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4037C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4037C; }

 p { color: rgb(180,3,124); }

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

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

 a { background-color: rgb(180,3,124); }

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

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

 span { border-color: rgb(180,3,124); }

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