#b531a4

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

Shades of Medium Red Violet #B531A4

Tints of Medium Red Violet #B531A4

Color information

#B531A4 (or 0xB531A4) is unknown color: approx Medium Red Violet. HEX triplet: B5, 31 and A4. RGB value is (181,49,164). Sum of RGB (Red+Green+Blue) = 181+49+164=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B531A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B531A4 is #4ACE5B. Grayscale: #656565. Windows color (decimal): -4902492 or 10760629. OLE color: 10760629.

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

Color convert

RGB18149164-
CMYK00.730.090.29
HSL307.73º57.39%45.1%-
HSV(B)307.73º72.93%70.98%-
XYZ26.8614.736.54-
YUV101.58163.23184.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 49 (19.53% from 255) = 12.44%
BLUE value IS 164 (64.45% from 255) = 41.62%
R=45.94%
G=12.44%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814916400.730.090.29307.7357.3945.1
HexB531A404991D134392d
Octal26561244011111354647155
Binary101101011100011010010001001001100111101100110100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b531a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b531a4; }

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

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

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

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

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

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

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

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