#B12E86

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

Shades of Medium Red Violet #B12E86

Tints of Medium Red Violet #B12E86

Color information

#B12E86 (or 0xB12E86) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2E and 86. RGB value is (177,46,134). Sum of RGB (Red+Green+Blue) = 177+46+134=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12E86 is #4ED179. Grayscale: #5E5E5E. Windows color (decimal): -5165434 or 8793777. OLE color: 8793777.

HSL color Cylindrical-coordinate representation of color #B12E86: hue angle of 319.69º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12E86 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17746134-
CMYK00.740.240.31
HSL319.69º58.74%43.73%-
HSV(B)319.69º74.01%69.41%-
XYZ23.4113.0223.83-
YUV95.2149.9186.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 46 (18.36% from 255) = 12.89%
BLUE value IS 134 (52.73% from 255) = 37.54%
R=49.58%
G=12.89%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774613400.740.240.31319.6958.7443.73
HexB12E8604A181F1403b2c
Octal26156206011230375007354
Binary1011000110111010000110010010101100011111101000000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12E86; }

 p { color: rgb(177,46,134); }

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

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

 a { background-color: rgb(177,46,134); }

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

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

 span { border-color: rgb(177,46,134); }

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