#B43FA2

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

Shades of Medium Red Violet #B43FA2

Tints of Medium Red Violet #B43FA2

Color information

#B43FA2 (or 0xB43FA2) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3F and A2. RGB value is (180,63,162). Sum of RGB (Red+Green+Blue) = 180+63+162=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B43FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43FA2 is #4BC05D. Grayscale: #6C6C6C. Windows color (decimal): -4964446 or 10633140. OLE color: 10633140.

HSL color Cylindrical-coordinate representation of color #B43FA2: hue angle of 309.23º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B43FA2 is Cyan = 0, Magento = 0.65, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB18063162-
CMYK00.650.10.29
HSL309.23º48.15%47.65%-
HSV(B)309.23º65%70.59%-
XYZ27.1215.8735.82-
YUV109.27157.76178.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 63 (25% from 255) = 15.56%
BLUE value IS 162 (63.67% from 255) = 40%
R=44.44%
G=15.56%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806316200.650.10.29309.2348.1547.65
HexB43FA2041A1D1353030
Octal26477242010112354656060
Binary101101001111111010001001000001101011101100110101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43FA2; }

 p { color: rgb(180,63,162); }

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

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

 a { background-color: rgb(180,63,162); }

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

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

 span { border-color: rgb(180,63,162); }

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