#B52A75

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

Shades of Medium Red Violet #B52A75

Tints of Medium Red Violet #B52A75

Color information

#B52A75 (or 0xB52A75) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2A and 75. RGB value is (181,42,117). Sum of RGB (Red+Green+Blue) = 181+42+117=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52A75 is #4AD58A. Grayscale: #5B5B5B. Windows color (decimal): -4904331 or 7678645. OLE color: 7678645.

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

Color convert

RGB18142117-
CMYK00.770.350.29
HSL327.63º62.33%43.73%-
HSV(B)327.63º76.8%70.98%-
XYZ23.0912.7618.08-
YUV92.11142.05191.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.24%
GREEN value IS 42 (16.80% from 255) = 12.35%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=53.24%
G=12.35%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814211700.770.350.29327.6362.3343.73
HexB52A7504D231D1483e2c
Octal26552165011543355107654
Binary1011010110101011101010100110110001111101101001000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52A75; }

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

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

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

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

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

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

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

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