#B53188

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

Shades of Medium Red Violet #B53188

Tints of Medium Red Violet #B53188

Color information

#B53188 (or 0xB53188) is unknown color: approx Medium Red Violet. HEX triplet: B5, 31 and 88. RGB value is (181,49,136). Sum of RGB (Red+Green+Blue) = 181+49+136=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B53188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53188 is #4ACE77. Grayscale: #626262. Windows color (decimal): -4902520 or 8925621. OLE color: 8925621.

HSL color Cylindrical-coordinate representation of color #B53188: hue angle of 320.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53188 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18149136-
CMYK00.730.250.29
HSL320.45º57.39%45.1%-
HSV(B)320.45º72.93%70.98%-
XYZ24.613.824.66-
YUV98.39149.23186.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 49 (19.53% from 255) = 13.39%
BLUE value IS 136 (53.52% from 255) = 37.16%
R=49.45%
G=13.39%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814913600.730.250.29320.4557.3945.1
HexB53188049191D140392d
Octal26561210011131355007155
Binary1011010111000110001000010010011100111101101000000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53188; }

 p { color: rgb(181,49,136); }

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

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

 a { background-color: rgb(181,49,136); }

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

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

 span { border-color: rgb(181,49,136); }

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