#b42e9e

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

Shades of Medium Red Violet #B42E9E

Tints of Medium Red Violet #B42E9E

Color information

#B42E9E (or 0xB42E9E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2E and 9E. RGB value is (180,46,158). Sum of RGB (Red+Green+Blue) = 180+46+158=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42E9E is #4BD161. Grayscale: #626262. Windows color (decimal): -4968802 or 10366644. OLE color: 10366644.

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

Color convert

RGB18046158-
CMYK00.740.120.29
HSL309.85º59.29%44.31%-
HSV(B)309.85º74.44%70.59%-
XYZ25.9714.1333.71-
YUV98.83161.39185.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 46 (18.36% from 255) = 11.98%
BLUE value IS 158 (62.11% from 255) = 41.15%
R=46.88%
G=11.98%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804615800.740.120.29309.8559.2944.31
HexB42E9E04AC1D1363b2c
Octal26456236011214354667354
Binary101101001011101001111001001010110011101100110110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b42e9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b42e9e; }

 p { color: rgb(180,46,158); }

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

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

 a { background-color: rgb(180,46,158); }

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

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

 span { border-color: rgb(180,46,158); }

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