#B43386

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

Shades of Medium Red Violet #B43386

Tints of Medium Red Violet #B43386

Color information

#B43386 (or 0xB43386) is unknown color: approx Medium Red Violet. HEX triplet: B4, 33 and 86. RGB value is (180,51,134). Sum of RGB (Red+Green+Blue) = 180+51+134=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B43386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43386 is #4BCC79. Grayscale: #626262. Windows color (decimal): -4967546 or 8795060. OLE color: 8795060.

HSL color Cylindrical-coordinate representation of color #B43386: hue angle of 321.4º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43386 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB18051134-
CMYK00.720.260.29
HSL321.4º55.84%45.29%-
HSV(B)321.4º71.67%70.59%-
XYZ24.3113.7923.94-
YUV99.03147.74185.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 51 (20.31% from 255) = 13.97%
BLUE value IS 134 (52.73% from 255) = 36.71%
R=49.32%
G=13.97%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805113400.720.260.29321.455.8445.29
HexB433860481A1D141382d
Octal26463206011032355017055
Binary1011010011001110000110010010001101011101101000001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43386; }

 p { color: rgb(180,51,134); }

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

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

 a { background-color: rgb(180,51,134); }

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

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

 span { border-color: rgb(180,51,134); }

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