#B42476

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

Shades of Medium Red Violet #B42476

Tints of Medium Red Violet #B42476

Color information

#B42476 (or 0xB42476) is unknown color: approx Medium Red Violet. HEX triplet: B4, 24 and 76. RGB value is (180,36,118). Sum of RGB (Red+Green+Blue) = 180+36+118=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B42476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42476 is #4BDB89. Grayscale: #585858. Windows color (decimal): -4971402 or 7742644. OLE color: 7742644.

HSL color Cylindrical-coordinate representation of color #B42476: hue angle of 325.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42476 is Cyan = 0, Magento = 0.8, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18036118-
CMYK00.80.340.29
HSL325.83º66.67%42.35%-
HSV(B)325.83º80%70.59%-
XYZ22.7212.2718.31-
YUV88.4144.71193.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.89%
GREEN value IS 36 (14.45% from 255) = 10.78%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=53.89%
G=10.78%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803611800.80.340.29325.8366.6742.35
HexB42476050221D146432a
Octal264441660120423550610352
Binary10110100100100111011001010000100010111011010001101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42476; }

 p { color: rgb(180,36,118); }

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

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

 a { background-color: rgb(180,36,118); }

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

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

 span { border-color: rgb(180,36,118); }

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