#B531A1

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

Shades of Medium Red Violet #B531A1

Tints of Medium Red Violet #B531A1

Color information

#B531A1 (or 0xB531A1) is unknown color: approx Medium Red Violet. HEX triplet: B5, 31 and A1. RGB value is (181,49,161). Sum of RGB (Red+Green+Blue) = 181+49+161=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B531A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B531A1 is #4ACE5E. Grayscale: #646464. Windows color (decimal): -4902495 or 10564021. OLE color: 10564021.

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

Color convert

RGB18149161-
CMYK00.730.110.29
HSL309.09º57.39%45.1%-
HSV(B)309.09º72.93%70.98%-
XYZ26.5914.5935.13-
YUV101.24161.73184.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 49 (19.53% from 255) = 12.53%
BLUE value IS 161 (63.28% from 255) = 41.18%
R=46.29%
G=12.53%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814916100.730.110.29309.0957.3945.1
HexB531A1049B1D135392d
Octal26561241011113354657155
Binary101101011100011010000101001001101111101100110101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B531A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B531A1; }

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

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

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

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

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

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

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

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