#B931A5

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

Shades of Medium Red Violet #B931A5

Tints of Medium Red Violet #B931A5

Color information

#B931A5 (or 0xB931A5) is unknown color: approx Medium Red Violet. HEX triplet: B9, 31 and A5. RGB value is (185,49,165). Sum of RGB (Red+Green+Blue) = 185+49+165=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B931A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B931A5 is #46CE5A. Grayscale: #666666. Windows color (decimal): -4640347 or 10826169. OLE color: 10826169.

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

Color convert

RGB18549165-
CMYK00.740.110.27
HSL308.82º58.12%45.88%-
HSV(B)308.82º73.51%72.55%-
XYZ27.915.2337.07-
YUV102.89163.06186.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 49 (19.53% from 255) = 12.28%
BLUE value IS 165 (64.84% from 255) = 41.35%
R=46.37%
G=12.28%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854916500.740.110.27308.8258.1245.88
HexB931A504AB1B1353a2e
Octal27161245011213334657256
Binary101110011100011010010101001010101111011100110101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B931A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B931A5; }

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

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

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

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

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

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

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

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