#B42178

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

Shades of Medium Red Violet #B42178

Tints of Medium Red Violet #B42178

Color information

#B42178 (or 0xB42178) is unknown color: approx Medium Red Violet. HEX triplet: B4, 21 and 78. RGB value is (180,33,120). Sum of RGB (Red+Green+Blue) = 180+33+120=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B42178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42178 is #4BDE87. Grayscale: #565656. Windows color (decimal): -4972168 or 7872948. OLE color: 7872948.

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

Color convert

RGB18033120-
CMYK00.820.330.29
HSL324.49º69.01%41.76%-
HSV(B)324.49º81.67%70.59%-
XYZ22.7612.1518.91-
YUV86.87146.7194.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 33 (13.28% from 255) = 9.91%
BLUE value IS 120 (47.27% from 255) = 36.04%
R=54.05%
G=9.91%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803312000.820.330.29324.4969.0141.76
HexB42178052211D144452a
Octal264411700122413550410552
Binary10110100100001111100001010010100001111011010001001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42178; }

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

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

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

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

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

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

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

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