#B12F94

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

Shades of Medium Red Violet #B12F94

Tints of Medium Red Violet #B12F94

Color information

#B12F94 (or 0xB12F94) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2F and 94. RGB value is (177,47,148). Sum of RGB (Red+Green+Blue) = 177+47+148=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12F94 is #4ED06B. Grayscale: #616161. Windows color (decimal): -5165164 or 9711537. OLE color: 9711537.

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

Color convert

RGB17747148-
CMYK00.730.160.31
HSL313.38º58.04%43.92%-
HSV(B)313.38º73.45%69.41%-
XYZ24.4913.5229.34-
YUV97.38156.57184.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 47 (18.75% from 255) = 12.63%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=47.58%
G=12.63%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774714800.730.160.31313.3858.0443.92
HexB12F94049101F1393a2c
Octal26157224011120374717254
Binary1011000110111110010100010010011000011111100111001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12F94; }

 p { color: rgb(177,47,148); }

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

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

 a { background-color: rgb(177,47,148); }

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

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

 span { border-color: rgb(177,47,148); }

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