#B43E8C

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

Shades of Medium Red Violet #B43E8C

Tints of Medium Red Violet #B43E8C

Color information

#B43E8C (or 0xB43E8C) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3E and 8C. RGB value is (180,62,140). Sum of RGB (Red+Green+Blue) = 180+62+140=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43E8C is #4BC173. Grayscale: #696969. Windows color (decimal): -4964724 or 9191092. OLE color: 9191092.

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

Color convert

RGB18062140-
CMYK00.660.220.29
HSL320.34º48.76%47.45%-
HSV(B)320.34º65.56%70.59%-
XYZ25.2815.0426.38-
YUV106.17147.09180.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 62 (24.61% from 255) = 16.23%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=47.12%
G=16.23%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806214000.660.220.29320.3448.7647.45
HexB43E8C042161D140312f
Octal26476214010226355006157
Binary1011010011111010001100010000101011011101101000000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43E8C; }

 p { color: rgb(180,62,140); }

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

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

 a { background-color: rgb(180,62,140); }

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

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

 span { border-color: rgb(180,62,140); }

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