#B12391

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

Shades of Medium Red Violet #B12391

Tints of Medium Red Violet #B12391

Color information

#B12391 (or 0xB12391) is unknown color: approx Medium Red Violet. HEX triplet: B1, 23 and 91. RGB value is (177,35,145). Sum of RGB (Red+Green+Blue) = 177+35+145=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B12391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12391 is #4EDC6E. Grayscale: #595959. Windows color (decimal): -5168239 or 9511857. OLE color: 9511857.

HSL color Cylindrical-coordinate representation of color #B12391: hue angle of 313.52º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12391 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17735145-
CMYK00.800.180.31
HSL313.52º66.98%41.57%-
HSV(B)313.52º80.23%69.41%-
XYZ23.8412.5927.96-
YUV90159.04190.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 35 (14.06% from 255) = 9.80%
BLUE value IS 145 (57.03% from 255) = 40.62%
R=49.58%
G=9.80%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773514500.800.180.31313.5266.9841.57
HexB12391050121F13a432a
Octal261432210120223747210352
Binary10110001100011100100010101000010010111111001110101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12391; }

 p { color: rgb(177,35,145); }

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

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

 a { background-color: rgb(177,35,145); }

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

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

 span { border-color: rgb(177,35,145); }

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