#B731A9

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

Shades of Medium Red Violet #B731A9

Tints of Medium Red Violet #B731A9

Color information

#B731A9 (or 0xB731A9) is unknown color: approx Medium Red Violet. HEX triplet: B7, 31 and A9. RGB value is (183,49,169). Sum of RGB (Red+Green+Blue) = 183+49+169=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B731A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B731A9 is #48CE56. Grayscale: #666666. Windows color (decimal): -4771415 or 11088311. OLE color: 11088311.

HSL color Cylindrical-coordinate representation of color #B731A9: hue angle of 306.27º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B731A9 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18349169-
CMYK00.730.080.28
HSL306.27º57.76%45.49%-
HSV(B)306.27º73.22%71.76%-
XYZ27.7915.1338.99-
YUV102.75165.39185.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 49 (19.53% from 255) = 12.22%
BLUE value IS 169 (66.41% from 255) = 42.14%
R=45.64%
G=12.22%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834916900.730.080.28306.2757.7645.49
HexB731A904981C1323a2d
Octal26761251011110344627255
Binary101101111100011010100101001001100011100100110010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B731A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B731A9; }

 p { color: rgb(183,49,169); }

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

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

 a { background-color: rgb(183,49,169); }

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

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

 span { border-color: rgb(183,49,169); }

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