#B42B74

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

Shades of Medium Red Violet #B42B74

Tints of Medium Red Violet #B42B74

Color information

#B42B74 (or 0xB42B74) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2B and 74. RGB value is (180,43,116). Sum of RGB (Red+Green+Blue) = 180+43+116=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42B74 is #4BD48B. Grayscale: #5C5C5C. Windows color (decimal): -4969612 or 7613364. OLE color: 7613364.

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

Color convert

RGB18043116-
CMYK00.760.360.29
HSL328.03º61.43%43.73%-
HSV(B)328.03º76.11%70.59%-
XYZ22.8412.6917.77-
YUV92.29141.39190.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 43 (17.19% from 255) = 12.68%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=53.10%
G=12.68%
B=34.22%

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
Decimal1804311600.760.360.29328.0361.4343.73
HexB42B7404C241D1483d2c
Octal26453164011444355107554
Binary1011010010101111101000100110010010011101101001000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42B74; }

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

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

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

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

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

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

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

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