#B13473

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

Shades of Medium Red Violet #B13473

Tints of Medium Red Violet #B13473

Color information

#B13473 (or 0xB13473) is unknown color: approx Medium Red Violet. HEX triplet: B1, 34 and 73. RGB value is (177,52,115). Sum of RGB (Red+Green+Blue) = 177+52+115=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B13473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13473 is #4ECB8C. Grayscale: #606060. Windows color (decimal): -5163917 or 7550129. OLE color: 7550129.

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

Color convert

RGB17752115-
CMYK00.710.350.31
HSL329.76º54.59%44.9%-
HSV(B)329.76º70.62%69.41%-
XYZ22.4513.0417.55-
YUV96.56138.41185.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 52 (20.70% from 255) = 15.12%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=51.45%
G=15.12%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775211500.710.350.31329.7654.5944.9
HexB13473047231F14a372d
Octal26164163010743375126755
Binary1011000111010011100110100011110001111111101001010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13473; }

 p { color: rgb(177,52,115); }

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

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

 a { background-color: rgb(177,52,115); }

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

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

 span { border-color: rgb(177,52,115); }

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