#b42e92

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

Shades of Medium Red Violet #B42E92

Tints of Medium Red Violet #B42E92

Color information

#B42E92 (or 0xB42E92) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2E and 92. RGB value is (180,46,146). Sum of RGB (Red+Green+Blue) = 180+46+146=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42E92 is #4BD16D. Grayscale: #616161. Windows color (decimal): -4968814 or 9580212. OLE color: 9580212.

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

Color convert

RGB18046146-
CMYK00.740.190.29
HSL315.22º59.29%44.31%-
HSV(B)315.22º74.44%70.59%-
XYZ24.9913.7328.53-
YUV97.47155.39186.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 46 (18.36% from 255) = 12.37%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=48.39%
G=12.37%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804614600.740.190.29315.2259.2944.31
HexB42E9204A131D13b3b2c
Octal26456222011223354737354
Binary1011010010111010010010010010101001111101100111011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b42e92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b42e92; }

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

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

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

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

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

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

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

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