#B42D7A

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

Shades of Medium Red Violet #B42D7A

Tints of Medium Red Violet #B42D7A

Color information

#B42D7A (or 0xB42D7A) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2D and 7A. RGB value is (180,45,122). Sum of RGB (Red+Green+Blue) = 180+45+122=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D7A is #4BD285. Grayscale: #5D5D5D. Windows color (decimal): -4969094 or 8007092. OLE color: 8007092.

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

Color convert

RGB18045122-
CMYK00.750.320.29
HSL325.78º60%44.12%-
HSV(B)325.78º75%70.59%-
XYZ23.2712.9919.69-
YUV94.14143.73189.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 45 (17.97% from 255) = 12.97%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=51.87%
G=12.97%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804512200.750.320.29325.786044.12
HexB42D7A04B201D1463c2c
Octal26455172011340355067454
Binary1011010010110111110100100101110000011101101000110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D7A; }

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

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

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

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

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

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

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

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