#b12e9e

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

Shades of Medium Red Violet #B12E9E

Tints of Medium Red Violet #B12E9E

Color information

#B12E9E (or 0xB12E9E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2E and 9E. RGB value is (177,46,158). Sum of RGB (Red+Green+Blue) = 177+46+158=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12E9E is #4ED161. Grayscale: #616161. Windows color (decimal): -5165410 or 10366641. OLE color: 10366641.

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

Color convert

RGB17746158-
CMYK00.740.110.31
HSL308.7º58.74%43.73%-
HSV(B)308.7º74.01%69.41%-
XYZ25.2813.7733.67-
YUV97.94161.9184.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 46 (18.36% from 255) = 12.07%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=46.46%
G=12.07%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774615800.740.110.31308.758.7443.73
HexB12E9E04AB1F1353b2c
Octal26156236011213374657354
Binary101100011011101001111001001010101111111100110101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b12e9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b12e9e; }

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

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

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

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

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

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

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

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