#B43FA3

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

Shades of Medium Red Violet #B43FA3

Tints of Medium Red Violet #B43FA3

Color information

#B43FA3 (or 0xB43FA3) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3F and A3. RGB value is (180,63,163). Sum of RGB (Red+Green+Blue) = 180+63+163=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B43FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43FA3 is #4BC05C. Grayscale: #6D6D6D. Windows color (decimal): -4964445 or 10698676. OLE color: 10698676.

HSL color Cylindrical-coordinate representation of color #B43FA3: hue angle of 308.72º 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 #B43FA3 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18063163-
CMYK00.650.090.29
HSL308.72º48.15%47.65%-
HSV(B)308.72º65%70.59%-
XYZ27.2115.936.29-
YUV109.38158.26178.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 63 (25% from 255) = 15.52%
BLUE value IS 163 (64.06% from 255) = 40.15%
R=44.33%
G=15.52%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806316300.650.090.29308.7248.1547.65
HexB43FA304191D1353030
Octal26477243010111354656060
Binary101101001111111010001101000001100111101100110101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43FA3; }

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

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

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

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

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

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

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

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