#B13673

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

Shades of Medium Red Violet #B13673

Tints of Medium Red Violet #B13673

Color information

#B13673 (or 0xB13673) is unknown color: approx Medium Red Violet. HEX triplet: B1, 36 and 73. RGB value is (177,54,115). Sum of RGB (Red+Green+Blue) = 177+54+115=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B13673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13673 is #4EC98C. Grayscale: #616161. Windows color (decimal): -5163405 or 7550641. OLE color: 7550641.

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

Color convert

RGB17754115-
CMYK00.690.350.31
HSL330.24º53.25%45.29%-
HSV(B)330.24º69.49%69.41%-
XYZ22.5513.2217.58-
YUV97.73137.75184.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 54 (21.48% from 255) = 15.61%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=51.16%
G=15.61%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775411500.690.350.31330.2453.2545.29
HexB13673045231F14a352d
Octal26166163010543375126555
Binary1011000111011011100110100010110001111111101001010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13673; }

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

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

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

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

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

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

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

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