#B53472

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

Shades of Medium Red Violet #B53472

Tints of Medium Red Violet #B53472

Color information

#B53472 (or 0xB53472) is unknown color: approx Medium Red Violet. HEX triplet: B5, 34 and 72. RGB value is (181,52,114). Sum of RGB (Red+Green+Blue) = 181+52+114=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B53472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53472 is #4ACB8D. Grayscale: #616161. Windows color (decimal): -4901774 or 7484597. OLE color: 7484597.

HSL color Cylindrical-coordinate representation of color #B53472: hue angle of 331.16º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53472 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18152114-
CMYK00.710.370.29
HSL331.16º55.36%45.69%-
HSV(B)331.16º71.27%70.98%-
XYZ23.3213.4917.3-
YUV97.64137.24187.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 52 (20.70% from 255) = 14.99%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=52.16%
G=14.99%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815211400.710.370.29331.1655.3645.69
HexB53472047251D14b372e
Octal26564162010745355136756
Binary1011010111010011100100100011110010111101101001011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53472; }

 p { color: rgb(181,52,114); }

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

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

 a { background-color: rgb(181,52,114); }

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

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

 span { border-color: rgb(181,52,114); }

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