#B42D9C

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

Shades of Medium Red Violet #B42D9C

Tints of Medium Red Violet #B42D9C

Color information

#B42D9C (or 0xB42D9C) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2D and 9C. RGB value is (180,45,156). Sum of RGB (Red+Green+Blue) = 180+45+156=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D9C is #4BD263. Grayscale: #616161. Windows color (decimal): -4969060 or 10235316. OLE color: 10235316.

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

Color convert

RGB18045156-
CMYK00.750.130.29
HSL310.67º60%44.12%-
HSV(B)310.67º75%70.59%-
XYZ25.7613.9832.79-
YUV98.02160.73186.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 45 (17.97% from 255) = 11.81%
BLUE value IS 156 (61.33% from 255) = 40.94%
R=47.24%
G=11.81%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804515600.750.130.29310.676044.12
HexB42D9C04BD1D1373c2c
Octal26455234011315354677454
Binary101101001011011001110001001011110111101100110111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D9C; }

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

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

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

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

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

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

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

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