#B43686

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

Shades of Medium Red Violet #B43686

Tints of Medium Red Violet #B43686

Color information

#B43686 (or 0xB43686) is unknown color: approx Medium Red Violet. HEX triplet: B4, 36 and 86. RGB value is (180,54,134). Sum of RGB (Red+Green+Blue) = 180+54+134=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B43686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43686 is #4BC979. Grayscale: #646464. Windows color (decimal): -4966778 or 8795828. OLE color: 8795828.

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

Color convert

RGB18054134-
CMYK00.70.260.29
HSL321.9º53.85%45.88%-
HSV(B)321.9º70%70.59%-
XYZ24.4414.0623.98-
YUV100.79146.74184.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 54 (21.48% from 255) = 14.67%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=48.91%
G=14.67%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805413400.70.260.29321.953.8545.88
HexB436860461A1D142362e
Octal26466206010632355026656
Binary1011010011011010000110010001101101011101101000010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43686; }

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

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

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

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

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

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

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

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