#B53376

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

Shades of Medium Red Violet #B53376

Tints of Medium Red Violet #B53376

Color information

#B53376 (or 0xB53376) is unknown color: approx Medium Red Violet. HEX triplet: B5, 33 and 76. RGB value is (181,51,118). Sum of RGB (Red+Green+Blue) = 181+51+118=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B53376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53376 is #4ACC89. Grayscale: #616161. Windows color (decimal): -4902026 or 7746485. OLE color: 7746485.

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

Color convert

RGB18151118-
CMYK00.720.350.29
HSL329.08º56.03%45.49%-
HSV(B)329.08º71.82%70.98%-
XYZ23.5113.518.51-
YUV97.51139.57187.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 51 (20.31% from 255) = 14.57%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=51.71%
G=14.57%
B=33.71%

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
Decimal1815111800.720.350.29329.0856.0345.49
HexB53376048231D149382d
Octal26563166011043355117055
Binary1011010111001111101100100100010001111101101001001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53376; }

 p { color: rgb(181,51,118); }

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

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

 a { background-color: rgb(181,51,118); }

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

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

 span { border-color: rgb(181,51,118); }

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