#B42B84

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

Shades of Medium Red Violet #B42B84

Tints of Medium Red Violet #B42B84

Color information

#B42B84 (or 0xB42B84) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2B and 84. RGB value is (180,43,132). Sum of RGB (Red+Green+Blue) = 180+43+132=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42B84 is #4BD47B. Grayscale: #5D5D5D. Windows color (decimal): -4969596 or 8661940. OLE color: 8661940.

HSL color Cylindrical-coordinate representation of color #B42B84: hue angle of 321.02º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42B84 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18043132-
CMYK00.760.270.29
HSL321.02º61.43%43.73%-
HSV(B)321.02º76.11%70.59%-
XYZ23.8513.123.1-
YUV94.11149.39189.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 43 (17.19% from 255) = 12.11%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=50.70%
G=12.11%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804313200.760.270.29321.0261.4343.73
HexB42B8404C1B1D1413d2c
Octal26453204011433355017554
Binary1011010010101110000100010011001101111101101000001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42B84; }

 p { color: rgb(180,43,132); }

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

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

 a { background-color: rgb(180,43,132); }

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

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

 span { border-color: rgb(180,43,132); }

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