#B53478

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

Shades of Medium Red Violet #B53478

Tints of Medium Red Violet #B53478

Color information

#B53478 (or 0xB53478) is unknown color: approx Medium Red Violet. HEX triplet: B5, 34 and 78. RGB value is (181,52,120). Sum of RGB (Red+Green+Blue) = 181+52+120=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B53478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53478 is #4ACB87. Grayscale: #626262. Windows color (decimal): -4901768 or 7877813. OLE color: 7877813.

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

Color convert

RGB18152120-
CMYK00.710.340.29
HSL328.37º55.36%45.69%-
HSV(B)328.37º71.27%70.98%-
XYZ23.6713.6419.15-
YUV98.32140.24186.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.27%
GREEN value IS 52 (20.70% from 255) = 14.73%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=51.27%
G=14.73%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815212000.710.340.29328.3755.3645.69
HexB53478047221D148372e
Octal26564170010742355106756
Binary1011010111010011110000100011110001011101101001000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53478; }

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

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

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

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

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

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

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

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