#B12F89

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

Shades of Medium Red Violet #B12F89

Tints of Medium Red Violet #B12F89

Color information

#B12F89 (or 0xB12F89) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2F and 89. RGB value is (177,47,137). Sum of RGB (Red+Green+Blue) = 177+47+137=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12F89 is #4ED076. Grayscale: #5F5F5F. Windows color (decimal): -5165175 or 8990641. OLE color: 8990641.

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

Color convert

RGB17747137-
CMYK00.730.230.31
HSL318.46º58.04%43.92%-
HSV(B)318.46º73.45%69.41%-
XYZ23.6613.1924.96-
YUV96.13151.07185.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 47 (18.75% from 255) = 13.02%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=49.03%
G=13.02%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774713700.730.230.31318.4658.0443.92
HexB12F89049171F13e3a2c
Octal26157211011127374767254
Binary1011000110111110001001010010011011111111100111110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12F89; }

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

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

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

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

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

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

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

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