#B53487

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

Shades of Medium Red Violet #B53487

Tints of Medium Red Violet #B53487

Color information

#B53487 (or 0xB53487) is unknown color: approx Medium Red Violet. HEX triplet: B5, 34 and 87. RGB value is (181,52,135). Sum of RGB (Red+Green+Blue) = 181+52+135=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B53487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53487 is #4ACB78. Grayscale: #636363. Windows color (decimal): -4901753 or 8860853. OLE color: 8860853.

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

Color convert

RGB18152135-
CMYK00.710.250.29
HSL321.4º55.36%45.69%-
HSV(B)321.4º71.27%70.98%-
XYZ24.6614.0324.33-
YUV100.03147.74185.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 52 (20.70% from 255) = 14.13%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=49.18%
G=14.13%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815213500.710.250.29321.455.3645.69
HexB53487047191D141372e
Octal26564207010731355016756
Binary1011010111010010000111010001111100111101101000001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53487; }

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

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

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

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

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

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

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

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