#B13774

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

Shades of Medium Red Violet #B13774

Tints of Medium Red Violet #B13774

Color information

#B13774 (or 0xB13774) is unknown color: approx Medium Red Violet. HEX triplet: B1, 37 and 74. RGB value is (177,55,116). Sum of RGB (Red+Green+Blue) = 177+55+116=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B13774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13774 is #4EC88B. Grayscale: #626262. Windows color (decimal): -5163148 or 7616433. OLE color: 7616433.

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

Color convert

RGB17755116-
CMYK00.690.340.31
HSL330º52.59%45.49%-
HSV(B)330º68.93%69.41%-
XYZ22.6513.3417.9-
YUV98.43137.92184.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 55 (21.88% from 255) = 15.80%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=50.86%
G=15.80%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775511600.690.340.3133052.5945.49
HexB13774045221F14a352d
Octal26167164010542375126555
Binary1011000111011111101000100010110001011111101001010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13774; }

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

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

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

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

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

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

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

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