#B12772

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

Shades of Medium Red Violet #B12772

Tints of Medium Red Violet #B12772

Color information

#B12772 (or 0xB12772) is unknown color: approx Medium Red Violet. HEX triplet: B1, 27 and 72. RGB value is (177,39,114). Sum of RGB (Red+Green+Blue) = 177+39+114=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B12772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12772 is #4ED88D. Grayscale: #585858. Windows color (decimal): -5167246 or 7481265. OLE color: 7481265.

HSL color Cylindrical-coordinate representation of color #B12772: hue angle of 327.39º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12772 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17739114-
CMYK00.780.360.31
HSL327.39º63.89%42.35%-
HSV(B)327.39º77.97%69.41%-
XYZ21.8912.0117.08-
YUV88.81142.22190.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.64%
GREEN value IS 39 (15.62% from 255) = 11.82%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=53.64%
G=11.82%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773911400.780.360.31327.3963.8942.35
HexB1277204E241F147402a
Octal261471620116443750710052
Binary10110001100111111001001001110100100111111010001111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12772; }

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

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

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

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

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

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

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

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