#B12492

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

Shades of Medium Red Violet #B12492

Tints of Medium Red Violet #B12492

Color information

#B12492 (or 0xB12492) is unknown color: approx Medium Red Violet. HEX triplet: B1, 24 and 92. RGB value is (177,36,146). Sum of RGB (Red+Green+Blue) = 177+36+146=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B12492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12492 is #4EDB6D. Grayscale: #5A5A5A. Windows color (decimal): -5167982 or 9577649. OLE color: 9577649.

HSL color Cylindrical-coordinate representation of color #B12492: hue angle of 313.19º degrees, saturation: 0.66, 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 #B12492 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17736146-
CMYK00.800.180.31
HSL313.19º66.2%41.76%-
HSV(B)313.19º79.66%69.41%-
XYZ23.9512.6828.38-
YUV90.7159.21189.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 36 (14.45% from 255) = 10.03%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=49.30%
G=10.03%
B=40.67%

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
Decimal1773614600.800.180.31313.1966.241.76
HexB12492050121F139422a
Octal261442220120223747110252
Binary10110001100100100100100101000010010111111001110011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12492; }

 p { color: rgb(177,36,146); }

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

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

 a { background-color: rgb(177,36,146); }

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

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

 span { border-color: rgb(177,36,146); }

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