#B42B73

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

Shades of Medium Red Violet #B42B73

Tints of Medium Red Violet #B42B73

Color information

#B42B73 (or 0xB42B73) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2B and 73. RGB value is (180,43,115). Sum of RGB (Red+Green+Blue) = 180+43+115=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42B73 is #4BD48C. Grayscale: #5C5C5C. Windows color (decimal): -4969613 or 7547828. OLE color: 7547828.

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

Color convert

RGB18043115-
CMYK00.760.360.29
HSL328.47º61.43%43.73%-
HSV(B)328.47º76.11%70.59%-
XYZ22.7812.6717.46-
YUV92.17140.89190.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.25%
GREEN value IS 43 (17.19% from 255) = 12.72%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=53.25%
G=12.72%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804311500.760.360.29328.4761.4343.73
HexB42B7304C241D1483d2c
Octal26453163011444355107554
Binary1011010010101111100110100110010010011101101001000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42B73; }

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

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

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

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

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

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

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

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