#B931A3

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

Shades of Medium Red Violet #B931A3

Tints of Medium Red Violet #B931A3

Color information

#B931A3 (or 0xB931A3) is unknown color: approx Medium Red Violet. HEX triplet: B9, 31 and A3. RGB value is (185,49,163). Sum of RGB (Red+Green+Blue) = 185+49+163=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B931A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B931A3 is #46CE5C. Grayscale: #666666. Windows color (decimal): -4640349 or 10695097. OLE color: 10695097.

HSL color Cylindrical-coordinate representation of color #B931A3: hue angle of 309.71º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B931A3 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18549163-
CMYK00.740.120.27
HSL309.71º58.12%45.88%-
HSV(B)309.71º73.51%72.55%-
XYZ27.7215.1636.11-
YUV102.66162.06186.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 49 (19.53% from 255) = 12.34%
BLUE value IS 163 (64.06% from 255) = 41.06%
R=46.60%
G=12.34%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854916300.740.120.27309.7158.1245.88
HexB931A304AC1B1363a2e
Octal27161243011214334667256
Binary101110011100011010001101001010110011011100110110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B931A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B931A3; }

 p { color: rgb(185,49,163); }

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

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

 a { background-color: rgb(185,49,163); }

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

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

 span { border-color: rgb(185,49,163); }

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