#B43896

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

Shades of Medium Red Violet #B43896

Tints of Medium Red Violet #B43896

Color information

#B43896 (or 0xB43896) is unknown color: approx Medium Red Violet. HEX triplet: B4, 38 and 96. RGB value is (180,56,150). Sum of RGB (Red+Green+Blue) = 180+56+150=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B43896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43896 is #4BC769. Grayscale: #676767. Windows color (decimal): -4966250 or 9844916. OLE color: 9844916.

HSL color Cylindrical-coordinate representation of color #B43896: hue angle of 314.52º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43896 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB18056150-
CMYK00.690.170.29
HSL314.52º52.54%46.27%-
HSV(B)314.52º68.89%70.59%-
XYZ25.7414.7330.34-
YUV103.79154.08182.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 56 (22.27% from 255) = 14.51%
BLUE value IS 150 (58.98% from 255) = 38.86%
R=46.63%
G=14.51%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805615000.690.170.29314.5252.5446.27
HexB43896045111D13b352e
Octal26470226010521354736556
Binary1011010011100010010110010001011000111101100111011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43896; }

 p { color: rgb(180,56,150); }

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

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

 a { background-color: rgb(180,56,150); }

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

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

 span { border-color: rgb(180,56,150); }

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