#B12B95

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

Shades of Medium Red Violet #B12B95

Tints of Medium Red Violet #B12B95

Color information

#B12B95 (or 0xB12B95) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2B and 95. RGB value is (177,43,149). Sum of RGB (Red+Green+Blue) = 177+43+149=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12B95 is #4ED46A. Grayscale: #5E5E5E. Windows color (decimal): -5166187 or 9776049. OLE color: 9776049.

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

Color convert

RGB17743149-
CMYK00.760.160.31
HSL312.54º60.91%43.14%-
HSV(B)312.54º75.71%69.41%-
XYZ24.4213.2429.7-
YUV95.15158.39186.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 43 (17.19% from 255) = 11.65%
BLUE value IS 149 (58.59% from 255) = 40.38%
R=47.97%
G=11.65%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774314900.760.160.31312.5460.9143.14
HexB12B9504C101F1393d2b
Octal26153225011420374717553
Binary1011000110101110010101010011001000011111100111001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12B95; }

 p { color: rgb(177,43,149); }

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

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

 a { background-color: rgb(177,43,149); }

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

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

 span { border-color: rgb(177,43,149); }

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