#b53275

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

Shades of Medium Red Violet #B53275

Tints of Medium Red Violet #B53275

Color information

#B53275 (or 0xB53275) is unknown color: approx Medium Red Violet. HEX triplet: B5, 32 and 75. RGB value is (181,50,117). Sum of RGB (Red+Green+Blue) = 181+50+117=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B53275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53275 is #4ACD8A. Grayscale: #606060. Windows color (decimal): -4902283 or 7680693. OLE color: 7680693.

HSL color Cylindrical-coordinate representation of color #B53275: hue angle of 329.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53275 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18150117-
CMYK00.720.350.29
HSL329.31º56.71%45.29%-
HSV(B)329.31º72.38%70.98%-
XYZ23.4113.3918.18-
YUV96.81139.4188.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.01%
GREEN value IS 50 (19.92% from 255) = 14.37%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=52.01%
G=14.37%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815011700.720.350.29329.3156.7145.29
HexB53275048231D149392d
Octal26562165011043355117155
Binary1011010111001011101010100100010001111101101001001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b53275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b53275; }

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

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

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

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

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

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

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

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