#B43674

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

Shades of Medium Red Violet #B43674

Tints of Medium Red Violet #B43674

Color information

#B43674 (or 0xB43674) is unknown color: approx Medium Red Violet. HEX triplet: B4, 36 and 74. RGB value is (180,54,116). Sum of RGB (Red+Green+Blue) = 180+54+116=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B43674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43674 is #4BC98B. Grayscale: #626262. Windows color (decimal): -4966796 or 7616180. OLE color: 7616180.

HSL color Cylindrical-coordinate representation of color #B43674: hue angle of 330.48º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43674 is Cyan = 0, Magento = 0.7, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18054116-
CMYK00.70.360.29
HSL330.48º53.85%45.88%-
HSV(B)330.48º70%70.59%-
XYZ23.2913.617.92-
YUV98.74137.74185.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 54 (21.48% from 255) = 15.43%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=51.43%
G=15.43%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805411600.70.360.29330.4853.8545.88
HexB43674046241D14a362e
Octal26466164010644355126656
Binary1011010011011011101000100011010010011101101001010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43674; }

 p { color: rgb(180,54,116); }

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

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

 a { background-color: rgb(180,54,116); }

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

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

 span { border-color: rgb(180,54,116); }

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