#B43680

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

Shades of Medium Red Violet #B43680

Tints of Medium Red Violet #B43680

Color information

#B43680 (or 0xB43680) is unknown color: approx Medium Red Violet. HEX triplet: B4, 36 and 80. RGB value is (180,54,128). Sum of RGB (Red+Green+Blue) = 180+54+128=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B43680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43680 is #4BC97F. Grayscale: #636363. Windows color (decimal): -4966784 or 8402612. OLE color: 8402612.

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

Color convert

RGB18054128-
CMYK00.70.290.29
HSL324.76º53.85%45.88%-
HSV(B)324.76º70%70.59%-
XYZ24.0413.921.84-
YUV100.11143.74184.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 54 (21.48% from 255) = 14.92%
BLUE value IS 128 (50.39% from 255) = 35.36%
R=49.72%
G=14.92%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805412800.70.290.29324.7653.8545.88
HexB436800461D1D145362e
Octal26466200010635355056656
Binary1011010011011010000000010001101110111101101000101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43680; }

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

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

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

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

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

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

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

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