#B12972

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

Shades of Medium Red Violet #B12972

Tints of Medium Red Violet #B12972

Color information

#B12972 (or 0xB12972) is unknown color: approx Medium Red Violet. HEX triplet: B1, 29 and 72. RGB value is (177,41,114). Sum of RGB (Red+Green+Blue) = 177+41+114=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B12972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12972 is #4ED68D. Grayscale: #595959. Windows color (decimal): -5166734 or 7481777. OLE color: 7481777.

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

Color convert

RGB17741114-
CMYK00.770.360.31
HSL327.79º62.39%42.75%-
HSV(B)327.79º76.84%69.41%-
XYZ21.9612.1517.11-
YUV89.99141.56190.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.31%
GREEN value IS 41 (16.41% from 255) = 12.35%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=53.31%
G=12.35%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774111400.770.360.31327.7962.3942.75
HexB1297204D241F1483e2b
Octal26151162011544375107653
Binary1011000110100111100100100110110010011111101001000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12972; }

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

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

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

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

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

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

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

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