#B53389

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

Shades of Medium Red Violet #B53389

Tints of Medium Red Violet #B53389

Color information

#B53389 (or 0xB53389) is unknown color: approx Medium Red Violet. HEX triplet: B5, 33 and 89. RGB value is (181,51,137). Sum of RGB (Red+Green+Blue) = 181+51+137=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B53389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53389 is #4ACC76. Grayscale: #636363. Windows color (decimal): -4902007 or 8991669. OLE color: 8991669.

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

Color convert

RGB18151137-
CMYK00.720.240.29
HSL320.31º56.03%45.49%-
HSV(B)320.31º71.82%70.98%-
XYZ24.761425.06-
YUV99.67149.07186.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 51 (20.31% from 255) = 13.82%
BLUE value IS 137 (53.91% from 255) = 37.13%
R=49.05%
G=13.82%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815113700.720.240.29320.3156.0345.49
HexB53389048181D140382d
Octal26563211011030355007055
Binary1011010111001110001001010010001100011101101000000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53389; }

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

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

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

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

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

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

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

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