#B43A77

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

Shades of Medium Red Violet #B43A77

Tints of Medium Red Violet #B43A77

Color information

#B43A77 (or 0xB43A77) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3A and 77. RGB value is (180,58,119). Sum of RGB (Red+Green+Blue) = 180+58+119=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43A77 is #4BC588. Grayscale: #656565. Windows color (decimal): -4965769 or 7813812. OLE color: 7813812.

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

Color convert

RGB18058119-
CMYK00.680.340.29
HSL330º51.26%46.67%-
HSV(B)330º67.78%70.59%-
XYZ23.6714.0618.92-
YUV101.43137.92184.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 58 (23.05% from 255) = 16.25%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=50.42%
G=16.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805811900.680.340.2933051.2646.67
HexB43A77044221D14a332f
Octal26472167010442355126357
Binary1011010011101011101110100010010001011101101001010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A77; }

 p { color: rgb(180,58,119); }

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

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

 a { background-color: rgb(180,58,119); }

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

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

 span { border-color: rgb(180,58,119); }

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