#B13776

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

Shades of Medium Red Violet #B13776

Tints of Medium Red Violet #B13776

Color information

#B13776 (or 0xB13776) is unknown color: approx Medium Red Violet. HEX triplet: B1, 37 and 76. RGB value is (177,55,118). Sum of RGB (Red+Green+Blue) = 177+55+118=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B13776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13776 is #4EC889. Grayscale: #626262. Windows color (decimal): -5163146 or 7747505. OLE color: 7747505.

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

Color convert

RGB17755118-
CMYK00.690.330.31
HSL329.02º52.59%45.49%-
HSV(B)329.02º68.93%69.41%-
XYZ22.7713.3918.52-
YUV98.66138.92183.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 55 (21.88% from 255) = 15.71%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=50.57%
G=15.71%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775511800.690.330.31329.0252.5945.49
HexB13776045211F149352d
Octal26167166010541375116555
Binary1011000111011111101100100010110000111111101001001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13776; }

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

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

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

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

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

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

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

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