#B13472

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

Shades of Medium Red Violet #B13472

Tints of Medium Red Violet #B13472

Color information

#B13472 (or 0xB13472) is unknown color: approx Medium Red Violet. HEX triplet: B1, 34 and 72. RGB value is (177,52,114). Sum of RGB (Red+Green+Blue) = 177+52+114=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B13472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13472 is #4ECB8D. Grayscale: #606060. Windows color (decimal): -5163918 or 7484593. OLE color: 7484593.

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

Color convert

RGB17752114-
CMYK00.710.360.31
HSL330.24º54.59%44.9%-
HSV(B)330.24º70.62%69.41%-
XYZ22.413.0217.25-
YUV96.44137.91185.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 52 (20.70% from 255) = 15.16%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=51.60%
G=15.16%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775211400.710.360.31330.2454.5944.9
HexB13472047241F14a372d
Octal26164162010744375126755
Binary1011000111010011100100100011110010011111101001010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13472; }

 p { color: rgb(177,52,114); }

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

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

 a { background-color: rgb(177,52,114); }

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

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

 span { border-color: rgb(177,52,114); }

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