#b13276

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

Shades of Medium Red Violet #B13276

Tints of Medium Red Violet #B13276

Color information

#B13276 (or 0xB13276) is unknown color: approx Medium Red Violet. HEX triplet: B1, 32 and 76. RGB value is (177,50,118). Sum of RGB (Red+Green+Blue) = 177+50+118=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B13276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13276 is #4ECD89. Grayscale: #5F5F5F. Windows color (decimal): -5164426 or 7746225. OLE color: 7746225.

HSL color Cylindrical-coordinate representation of color #B13276: hue angle of 327.87º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13276 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17750118-
CMYK00.720.330.31
HSL327.87º55.95%44.51%-
HSV(B)327.87º71.75%69.41%-
XYZ22.5412.9418.45-
YUV95.72140.58185.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 50 (19.92% from 255) = 14.49%
BLUE value IS 118 (46.48% from 255) = 34.20%
R=51.30%
G=14.49%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775011800.720.330.31327.8755.9544.51
HexB13276048211F148382d
Octal26162166011041375107055
Binary1011000111001011101100100100010000111111101001000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b13276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b13276; }

 p { color: rgb(177,50,118); }

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

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

 a { background-color: rgb(177,50,118); }

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

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

 span { border-color: rgb(177,50,118); }

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