#B13979

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

Shades of Medium Red Violet #B13979

Tints of Medium Red Violet #B13979

Color information

#B13979 (or 0xB13979) is unknown color: approx Medium Red Violet. HEX triplet: B1, 39 and 79. RGB value is (177,57,121). Sum of RGB (Red+Green+Blue) = 177+57+121=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B13979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13979 is #4EC686. Grayscale: #646464. Windows color (decimal): -5162631 or 7944625. OLE color: 7944625.

HSL color Cylindrical-coordinate representation of color #B13979: hue angle of 328º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13979 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17757121-
CMYK00.680.320.31
HSL328º51.28%45.88%-
HSV(B)328º67.8%69.41%-
XYZ23.0513.6519.51-
YUV100.18139.76182.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 57 (22.66% from 255) = 16.06%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=49.86%
G=16.06%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775712100.680.320.3132851.2845.88
HexB13979044201F148332e
Octal26171171010440375106356
Binary1011000111100111110010100010010000011111101001000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13979; }

 p { color: rgb(177,57,121); }

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

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

 a { background-color: rgb(177,57,121); }

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

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

 span { border-color: rgb(177,57,121); }

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