#B43786

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

Shades of Medium Red Violet #B43786

Tints of Medium Red Violet #B43786

Color information

#B43786 (or 0xB43786) is unknown color: approx Medium Red Violet. HEX triplet: B4, 37 and 86. RGB value is (180,55,134). Sum of RGB (Red+Green+Blue) = 180+55+134=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B43786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43786 is #4BC879. Grayscale: #656565. Windows color (decimal): -4966522 or 8796084. OLE color: 8796084.

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

Color convert

RGB18055134-
CMYK00.690.260.29
HSL322.08º53.19%46.08%-
HSV(B)322.08º69.44%70.59%-
XYZ24.4914.1624-
YUV101.38146.41184.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 55 (21.88% from 255) = 14.91%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=48.78%
G=14.91%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805513400.690.260.29322.0853.1946.08
HexB437860451A1D142352e
Octal26467206010532355026556
Binary1011010011011110000110010001011101011101101000010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43786; }

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

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

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

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

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

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

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

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