#B42B72

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

Shades of Medium Red Violet #B42B72

Tints of Medium Red Violet #B42B72

Color information

#B42B72 (or 0xB42B72) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2B and 72. RGB value is (180,43,114). Sum of RGB (Red+Green+Blue) = 180+43+114=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42B72 is #4BD48D. Grayscale: #5B5B5B. Windows color (decimal): -4969614 or 7482292. OLE color: 7482292.

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

Color convert

RGB18043114-
CMYK00.760.370.29
HSL328.91º61.43%43.73%-
HSV(B)328.91º76.11%70.59%-
XYZ22.7212.6517.16-
YUV92.06140.39190.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.41%
GREEN value IS 43 (17.19% from 255) = 12.76%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=53.41%
G=12.76%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804311400.760.370.29328.9161.4343.73
HexB42B7204C251D1493d2c
Octal26453162011445355117554
Binary1011010010101111100100100110010010111101101001001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42B72; }

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

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

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

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

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

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

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

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