#B13A7C

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

Shades of Medium Red Violet #B13A7C

Tints of Medium Red Violet #B13A7C

Color information

#B13A7C (or 0xB13A7C) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3A and 7C. RGB value is (177,58,124). Sum of RGB (Red+Green+Blue) = 177+58+124=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13A7C is #4EC583. Grayscale: #646464. Windows color (decimal): -5162372 or 8141489. OLE color: 8141489.

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

Color convert

RGB17758124-
CMYK00.670.300.31
HSL326.72º50.64%46.08%-
HSV(B)326.72º67.23%69.41%-
XYZ23.2813.8320.51-
YUV101.1140.92182.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 58 (23.05% from 255) = 16.16%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=49.30%
G=16.16%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775812400.670.300.31326.7250.6446.08
HexB13A7C0431E1F147332e
Octal26172174010336375076356
Binary101100011110101111100010000111111011111101000111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A7C; }

 p { color: rgb(177,58,124); }

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

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

 a { background-color: rgb(177,58,124); }

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

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

 span { border-color: rgb(177,58,124); }

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