#B52A74

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

Shades of Medium Red Violet #B52A74

Tints of Medium Red Violet #B52A74

Color information

#B52A74 (or 0xB52A74) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2A and 74. RGB value is (181,42,116). Sum of RGB (Red+Green+Blue) = 181+42+116=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52A74 is #4AD58B. Grayscale: #5B5B5B. Windows color (decimal): -4904332 or 7613109. OLE color: 7613109.

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

Color convert

RGB18142116-
CMYK00.770.360.29
HSL328.06º62.33%43.73%-
HSV(B)328.06º76.8%70.98%-
XYZ23.0412.7417.77-
YUV92141.55191.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 42 (16.80% from 255) = 12.39%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=53.39%
G=12.39%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814211600.770.360.29328.0662.3343.73
HexB52A7404D241D1483e2c
Octal26552164011544355107654
Binary1011010110101011101000100110110010011101101001000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52A74; }

 p { color: rgb(181,42,116); }

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

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

 a { background-color: rgb(181,42,116); }

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

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

 span { border-color: rgb(181,42,116); }

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