#B42D87

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

Shades of Medium Red Violet #B42D87

Tints of Medium Red Violet #B42D87

Color information

#B42D87 (or 0xB42D87) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2D and 87. RGB value is (180,45,135). Sum of RGB (Red+Green+Blue) = 180+45+135=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D87 is #4BD278. Grayscale: #5F5F5F. Windows color (decimal): -4969081 or 8859060. OLE color: 8859060.

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

Color convert

RGB18045135-
CMYK00.750.250.29
HSL320º60%44.12%-
HSV(B)320º75%70.59%-
XYZ24.1313.3324.22-
YUV95.62150.23188.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 12.5%
BLUE value IS 135 (53.12% from 255) = 37.5%
R=50%
G=12.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804513500.750.250.293206044.12
HexB42D8704B191D1403c2c
Octal26455207011331355007454
Binary1011010010110110000111010010111100111101101000000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D87; }

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

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

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

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

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

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

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

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