#B42978

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

Shades of Medium Red Violet #B42978

Tints of Medium Red Violet #B42978

Color information

#B42978 (or 0xB42978) is unknown color: approx Medium Red Violet. HEX triplet: B4, 29 and 78. RGB value is (180,41,120). Sum of RGB (Red+Green+Blue) = 180+41+120=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B42978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42978 is #4BD687. Grayscale: #5B5B5B. Windows color (decimal): -4970120 or 7874996. OLE color: 7874996.

HSL color Cylindrical-coordinate representation of color #B42978: hue angle of 325.9º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42978 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB18041120-
CMYK00.770.330.29
HSL325.9º62.9%43.33%-
HSV(B)325.9º77.22%70.59%-
XYZ23.0112.6519-
YUV91.57144.05191.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.79%
GREEN value IS 41 (16.41% from 255) = 12.02%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=52.79%
G=12.02%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804112000.770.330.29325.962.943.33
HexB4297804D211D1463f2b
Octal26451170011541355067753
Binary1011010010100111110000100110110000111101101000110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42978; }

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

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

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

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

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

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

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

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