#B42372

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

Shades of Medium Red Violet #B42372

Tints of Medium Red Violet #B42372

Color information

#B42372 (or 0xB42372) is unknown color: approx Medium Red Violet. HEX triplet: B4, 23 and 72. RGB value is (180,35,114). Sum of RGB (Red+Green+Blue) = 180+35+114=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B42372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42372 is #4BDC8D. Grayscale: #575757. Windows color (decimal): -4971662 or 7480244. OLE color: 7480244.

HSL color Cylindrical-coordinate representation of color #B42372: hue angle of 327.31º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42372 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18035114-
CMYK00.810.370.29
HSL327.31º67.44%42.16%-
HSV(B)327.31º80.56%70.59%-
XYZ22.4612.1217.08-
YUV87.36143.04194.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 35 (14.06% from 255) = 10.64%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=54.71%
G=10.64%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803511400.810.370.29327.3167.4442.16
HexB42372051251D147432a
Octal264431620121453550710352
Binary10110100100011111001001010001100101111011010001111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42372; }

 p { color: rgb(180,35,114); }

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

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

 a { background-color: rgb(180,35,114); }

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

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

 span { border-color: rgb(180,35,114); }

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