#B53489

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

Shades of Medium Red Violet #B53489

Tints of Medium Red Violet #B53489

Color information

#B53489 (or 0xB53489) is unknown color: approx Medium Red Violet. HEX triplet: B5, 34 and 89. RGB value is (181,52,137). Sum of RGB (Red+Green+Blue) = 181+52+137=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B53489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53489 is #4ACB76. Grayscale: #646464. Windows color (decimal): -4901751 or 8991925. OLE color: 8991925.

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

Color convert

RGB18152137-
CMYK00.710.240.29
HSL320.47º55.36%45.69%-
HSV(B)320.47º71.27%70.98%-
XYZ24.814.0925.08-
YUV100.26148.74185.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 52 (20.70% from 255) = 14.05%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=48.92%
G=14.05%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815213700.710.240.29320.4755.3645.69
HexB53489047181D140372e
Octal26564211010730355006756
Binary1011010111010010001001010001111100011101101000000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53489; }

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

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

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

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

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

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

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

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