#B42A9C

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

Shades of Medium Red Violet #B42A9C

Tints of Medium Red Violet #B42A9C

Color information

#B42A9C (or 0xB42A9C) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2A and 9C. RGB value is (180,42,156). Sum of RGB (Red+Green+Blue) = 180+42+156=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42A9C is #4BD563. Grayscale: #5F5F5F. Windows color (decimal): -4969828 or 10234548. OLE color: 10234548.

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

Color convert

RGB18042156-
CMYK00.770.130.29
HSL310.43º62.16%43.53%-
HSV(B)310.43º76.67%70.59%-
XYZ25.6513.7632.76-
YUV96.26161.72187.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 42 (16.80% from 255) = 11.11%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=47.62%
G=11.11%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804215600.770.130.29310.4362.1643.53
HexB42A9C04DD1D1363e2c
Octal26452234011515354667654
Binary101101001010101001110001001101110111101100110110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42A9C; }

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

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

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

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

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

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

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

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