#B43C7D

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

Shades of Medium Red Violet #B43C7D

Tints of Medium Red Violet #B43C7D

Color information

#B43C7D (or 0xB43C7D) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3C and 7D. RGB value is (180,60,125). Sum of RGB (Red+Green+Blue) = 180+60+125=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43C7D is #4BC382. Grayscale: #676767. Windows color (decimal): -4965251 or 8207540. OLE color: 8207540.

HSL color Cylindrical-coordinate representation of color #B43C7D: hue angle of 327.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43C7D is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18060125-
CMYK00.670.310.29
HSL327.5º50%47.06%-
HSV(B)327.5º66.67%70.59%-
XYZ24.1414.4220.91-
YUV103.29140.26182.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 60 (23.83% from 255) = 16.44%
BLUE value IS 125 (49.22% from 255) = 34.25%
R=49.32%
G=16.44%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806012500.670.310.29327.55047.06
HexB43C7D0431F1D148322f
Octal26474175010337355106257
Binary101101001111001111101010000111111111101101001000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43C7D; }

 p { color: rgb(180,60,125); }

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

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

 a { background-color: rgb(180,60,125); }

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

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

 span { border-color: rgb(180,60,125); }

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