#B12E99

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

Shades of Medium Red Violet #B12E99

Tints of Medium Red Violet #B12E99

Color information

#B12E99 (or 0xB12E99) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2E and 99. RGB value is (177,46,153). Sum of RGB (Red+Green+Blue) = 177+46+153=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12E99 is #4ED166. Grayscale: #616161. Windows color (decimal): -5165415 or 10038961. OLE color: 10038961.

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

Color convert

RGB17746153-
CMYK00.740.140.31
HSL310.99º58.74%43.73%-
HSV(B)310.99º74.01%69.41%-
XYZ24.8613.631.45-
YUV97.37159.4184.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 46 (18.36% from 255) = 12.23%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=47.07%
G=12.23%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774615300.740.140.31310.9958.7443.73
HexB12E9904AE1F1373b2c
Octal26156231011216374677354
Binary101100011011101001100101001010111011111100110111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12E99; }

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

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

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

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

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

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

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

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