#B1276D

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

Shades of Medium Red Violet #B1276D

Tints of Medium Red Violet #B1276D

Color information

#B1276D (or 0xB1276D) is unknown color: approx Medium Red Violet. HEX triplet: B1, 27 and 6D. RGB value is (177,39,109). Sum of RGB (Red+Green+Blue) = 177+39+109=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1276D is #4ED892. Grayscale: #585858. Windows color (decimal): -5167251 or 7153585. OLE color: 7153585.

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

Color convert

RGB17739109-
CMYK00.780.380.31
HSL329.57º63.89%42.35%-
HSV(B)329.57º77.97%69.41%-
XYZ21.6211.915.63-
YUV88.24139.72191.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.46%
GREEN value IS 39 (15.62% from 255) = 12%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=54.46%
G=12%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773910900.780.380.31329.5763.8942.35
HexB1276D04E261F14a402a
Octal261471550116463751210052
Binary10110001100111110110101001110100110111111010010101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1276D; }

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

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

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

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

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

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

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

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