#B42184

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

Shades of Medium Red Violet #B42184

Tints of Medium Red Violet #B42184

Color information

#B42184 (or 0xB42184) is unknown color: approx Medium Red Violet. HEX triplet: B4, 21 and 84. RGB value is (180,33,132). Sum of RGB (Red+Green+Blue) = 180+33+132=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B42184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42184 is #4BDE7B. Grayscale: #575757. Windows color (decimal): -4972156 or 8659380. OLE color: 8659380.

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

Color convert

RGB18033132-
CMYK00.820.270.29
HSL319.59º69.01%41.76%-
HSV(B)319.59º81.67%70.59%-
XYZ23.5312.4622.99-
YUV88.24152.7193.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 33 (13.28% from 255) = 9.57%
BLUE value IS 132 (51.95% from 255) = 38.26%
R=52.17%
G=9.57%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803313200.820.270.29319.5969.0141.76
HexB421840521B1D140452a
Octal264412040122333550010552
Binary10110100100001100001000101001011011111011010000001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42184; }

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

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

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

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

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

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

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

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