#B42D89

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

Shades of Medium Red Violet #B42D89

Tints of Medium Red Violet #B42D89

Color information

#B42D89 (or 0xB42D89) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2D and 89. RGB value is (180,45,137). Sum of RGB (Red+Green+Blue) = 180+45+137=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D89 is #4BD276. Grayscale: #5F5F5F. Windows color (decimal): -4969079 or 8990132. OLE color: 8990132.

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

Color convert

RGB18045137-
CMYK00.750.240.29
HSL319.11º60%44.12%-
HSV(B)319.11º75%70.59%-
XYZ24.2813.3924.97-
YUV95.85151.23188.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 45 (17.97% from 255) = 12.43%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=49.72%
G=12.43%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804513700.750.240.29319.116044.12
HexB42D8904B181D13f3c2c
Octal26455211011330354777454
Binary1011010010110110001001010010111100011101100111111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D89; }

 p { color: rgb(180,45,137); }

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

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

 a { background-color: rgb(180,45,137); }

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

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

 span { border-color: rgb(180,45,137); }

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