#B53989

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

Shades of Medium Red Violet #B53989

Tints of Medium Red Violet #B53989

Color information

#B53989 (or 0xB53989) is unknown color: approx Medium Red Violet. HEX triplet: B5, 39 and 89. RGB value is (181,57,137). Sum of RGB (Red+Green+Blue) = 181+57+137=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B53989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53989 is #4AC676. Grayscale: #676767. Windows color (decimal): -4900471 or 8993205. OLE color: 8993205.

HSL color Cylindrical-coordinate representation of color #B53989: hue angle of 321.29º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53989 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18157137-
CMYK00.690.240.29
HSL321.29º52.1%46.67%-
HSV(B)321.29º68.51%70.98%-
XYZ25.0314.5625.16-
YUV103.2147.08183.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 57 (22.66% from 255) = 15.2%
BLUE value IS 137 (53.91% from 255) = 36.53%
R=48.27%
G=15.2%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815713700.690.240.29321.2952.146.67
HexB53989045181D141342f
Octal26571211010530355016457
Binary1011010111100110001001010001011100011101101000001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53989; }

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

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

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

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

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

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

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

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