#B12E97

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

Shades of Medium Red Violet #B12E97

Tints of Medium Red Violet #B12E97

Color information

#B12E97 (or 0xB12E97) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2E and 97. RGB value is (177,46,151). Sum of RGB (Red+Green+Blue) = 177+46+151=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12E97 is #4ED168. Grayscale: #606060. Windows color (decimal): -5165417 or 9907889. OLE color: 9907889.

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

Color convert

RGB17746151-
CMYK00.740.150.31
HSL311.91º58.74%43.73%-
HSV(B)311.91º74.01%69.41%-
XYZ24.6913.5430.59-
YUV97.14158.4184.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 46 (18.36% from 255) = 12.30%
BLUE value IS 151 (59.38% from 255) = 40.37%
R=47.33%
G=12.30%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774615100.740.150.31311.9158.7443.73
HexB12E9704AF1F1383b2c
Octal26156227011217374707354
Binary101100011011101001011101001010111111111100111000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12E97; }

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

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

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

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

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

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

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

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