#B13A7D

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

Shades of Medium Red Violet #B13A7D

Tints of Medium Red Violet #B13A7D

Color information

#B13A7D (or 0xB13A7D) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3A and 7D. RGB value is (177,58,125). Sum of RGB (Red+Green+Blue) = 177+58+125=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13A7D is #4EC582. Grayscale: #656565. Windows color (decimal): -5162371 or 8207025. OLE color: 8207025.

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

Color convert

RGB17758125-
CMYK00.670.290.31
HSL326.22º50.64%46.08%-
HSV(B)326.22º67.23%69.41%-
XYZ23.3513.8520.85-
YUV101.22141.42182.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 58 (23.05% from 255) = 16.11%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=49.17%
G=16.11%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775812500.670.290.31326.2250.6446.08
HexB13A7D0431D1F146332e
Octal26172175010335375066356
Binary101100011110101111101010000111110111111101000110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A7D; }

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

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

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

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

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

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

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

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