#B12996

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

Shades of Medium Red Violet #B12996

Tints of Medium Red Violet #B12996

Color information

#B12996 (or 0xB12996) is unknown color: approx Medium Red Violet. HEX triplet: B1, 29 and 96. RGB value is (177,41,150). Sum of RGB (Red+Green+Blue) = 177+41+150=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B12996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12996 is #4ED669. Grayscale: #5D5D5D. Windows color (decimal): -5166698 or 9841073. OLE color: 9841073.

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

Color convert

RGB17741150-
CMYK00.770.150.31
HSL311.91º62.39%42.75%-
HSV(B)311.91º76.84%69.41%-
XYZ24.4313.1330.1-
YUV94.09159.56187.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 41 (16.41% from 255) = 11.14%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=48.10%
G=11.14%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774115000.770.150.31311.9162.3942.75
HexB1299604DF1F1383e2b
Octal26151226011517374707653
Binary101100011010011001011001001101111111111100111000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12996; }

 p { color: rgb(177,41,150); }

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

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

 a { background-color: rgb(177,41,150); }

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

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

 span { border-color: rgb(177,41,150); }

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