#B12089

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

Shades of Medium Red Violet #B12089

Tints of Medium Red Violet #B12089

Color information

#B12089 (or 0xB12089) is unknown color: approx Medium Red Violet. HEX triplet: B1, 20 and 89. RGB value is (177,32,137). Sum of RGB (Red+Green+Blue) = 177+32+137=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B12089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12089 is #4EDF76. Grayscale: #575757. Windows color (decimal): -5169015 or 8986801. OLE color: 8986801.

HSL color Cylindrical-coordinate representation of color #B12089: hue angle of 316.55º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12089 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17732137-
CMYK00.820.230.31
HSL316.55º69.38%40.98%-
HSV(B)316.55º81.92%69.41%-
XYZ23.1612.1924.8-
YUV87.32156.04191.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 32 (12.89% from 255) = 9.25%
BLUE value IS 137 (53.91% from 255) = 39.60%
R=51.16%
G=9.25%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773213700.820.230.31316.5569.3840.98
HexB12089052171F13d4529
Octal261402110122273747510551
Binary10110001100000100010010101001010111111111001111011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12089; }

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

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

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

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

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

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

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

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