#b52a6e

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

Shades of Medium Red Violet #B52A6E

Tints of Medium Red Violet #B52A6E

Color information

#B52A6E (or 0xB52A6E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2A and 6E. RGB value is (181,42,110). Sum of RGB (Red+Green+Blue) = 181+42+110=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52A6E is #4AD591. Grayscale: #5B5B5B. Windows color (decimal): -4904338 or 7219893. OLE color: 7219893.

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

Color convert

RGB18142110-
CMYK00.770.390.29
HSL330.65º62.33%43.73%-
HSV(B)330.65º76.8%70.98%-
XYZ22.712.6115.99-
YUV91.31138.55191.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 42 (16.80% from 255) = 12.61%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=54.35%
G=12.61%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814211000.770.390.29330.6562.3343.73
HexB52A6E04D271D14b3e2c
Octal26552156011547355137654
Binary1011010110101011011100100110110011111101101001011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52a6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52a6e; }

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

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

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

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

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

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

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

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