#B43886

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

Shades of Medium Red Violet #B43886

Tints of Medium Red Violet #B43886

Color information

#B43886 (or 0xB43886) is unknown color: approx Medium Red Violet. HEX triplet: B4, 38 and 86. RGB value is (180,56,134). Sum of RGB (Red+Green+Blue) = 180+56+134=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B43886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43886 is #4BC779. Grayscale: #656565. Windows color (decimal): -4966266 or 8796340. OLE color: 8796340.

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

Color convert

RGB18056134-
CMYK00.690.260.29
HSL322.26º52.54%46.27%-
HSV(B)322.26º68.89%70.59%-
XYZ24.5414.2524.01-
YUV101.97146.08183.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 56 (22.27% from 255) = 15.14%
BLUE value IS 134 (52.73% from 255) = 36.22%
R=48.65%
G=15.14%
B=36.22%

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
Decimal1805613400.690.260.29322.2652.5446.27
HexB438860451A1D142352e
Octal26470206010532355026556
Binary1011010011100010000110010001011101011101101000010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43886; }

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

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

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

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

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

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

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

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