#B9319A

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

Shades of Medium Red Violet #B9319A

Tints of Medium Red Violet #B9319A

Color information

#B9319A (or 0xB9319A) is unknown color: approx Medium Red Violet. HEX triplet: B9, 31 and 9A. RGB value is (185,49,154). Sum of RGB (Red+Green+Blue) = 185+49+154=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B9319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9319A is #46CE65. Grayscale: #656565. Windows color (decimal): -4640358 or 10105273. OLE color: 10105273.

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

Color convert

RGB18549154-
CMYK00.740.170.27
HSL313.68º58.12%45.88%-
HSV(B)313.68º73.51%72.55%-
XYZ26.9414.8432.02-
YUV101.63157.56187.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 49 (19.53% from 255) = 12.63%
BLUE value IS 154 (60.55% from 255) = 39.69%
R=47.68%
G=12.63%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854915400.740.170.27313.6858.1245.88
HexB9319A04A111B13a3a2e
Octal27161232011221334727256
Binary1011100111000110011010010010101000111011100111010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9319A; }

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

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

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

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

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

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

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

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