#B12291

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

Shades of Medium Red Violet #B12291

Tints of Medium Red Violet #B12291

Color information

#B12291 (or 0xB12291) is unknown color: approx Medium Red Violet. HEX triplet: B1, 22 and 91. RGB value is (177,34,145). Sum of RGB (Red+Green+Blue) = 177+34+145=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B12291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12291 is #4EDD6E. Grayscale: #595959. Windows color (decimal): -5168495 or 9511601. OLE color: 9511601.

HSL color Cylindrical-coordinate representation of color #B12291: hue angle of 313.43º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12291 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17734145-
CMYK00.810.180.31
HSL313.43º67.77%41.37%-
HSV(B)313.43º80.79%69.41%-
XYZ23.8112.5427.95-
YUV89.41159.38190.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 34 (13.67% from 255) = 9.55%
BLUE value IS 145 (57.03% from 255) = 40.73%
R=49.72%
G=9.55%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773414500.810.180.31313.4367.7741.37
HexB12291051121F1394429
Octal261422210121223747110451
Binary10110001100010100100010101000110010111111001110011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12291; }

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

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

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

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

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

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

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

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