#B43C8D

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

Shades of Medium Red Violet #B43C8D

Tints of Medium Red Violet #B43C8D

Color information

#B43C8D (or 0xB43C8D) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3C and 8D. RGB value is (180,60,141). Sum of RGB (Red+Green+Blue) = 180+60+141=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43C8D is #4BC372. Grayscale: #686868. Windows color (decimal): -4965235 or 9256116. OLE color: 9256116.

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

Color convert

RGB18060141-
CMYK00.670.220.29
HSL319.5º50%47.06%-
HSV(B)319.5º66.67%70.59%-
XYZ25.2514.8626.74-
YUV105.11148.26181.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 60 (23.83% from 255) = 15.75%
BLUE value IS 141 (55.47% from 255) = 37.01%
R=47.24%
G=15.75%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806014100.670.220.29319.55047.06
HexB43C8D043161D140322f
Octal26474215010326355006257
Binary1011010011110010001101010000111011011101101000000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43C8D; }

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

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

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

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

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

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

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

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