#B42A9F

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

Shades of Medium Red Violet #B42A9F

Tints of Medium Red Violet #B42A9F

Color information

#B42A9F (or 0xB42A9F) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2A and 9F. RGB value is (180,42,159). Sum of RGB (Red+Green+Blue) = 180+42+159=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42A9F is #4BD560. Grayscale: #606060. Windows color (decimal): -4969825 or 10431156. OLE color: 10431156.

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

Color convert

RGB18042159-
CMYK00.770.120.29
HSL309.13º62.16%43.53%-
HSV(B)309.13º76.67%70.59%-
XYZ25.9113.8634.11-
YUV96.6163.22187.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 42 (16.80% from 255) = 11.02%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=47.24%
G=11.02%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804215900.770.120.29309.1362.1643.53
HexB42A9F04DC1D1353e2c
Octal26452237011514354657654
Binary101101001010101001111101001101110011101100110101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42A9F; }

 p { color: rgb(180,42,159); }

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

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

 a { background-color: rgb(180,42,159); }

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

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

 span { border-color: rgb(180,42,159); }

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