#B73476

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

Shades of Medium Red Violet #B73476

Tints of Medium Red Violet #B73476

Color information

#B73476 (or 0xB73476) is unknown color: approx Medium Red Violet. HEX triplet: B7, 34 and 76. RGB value is (183,52,118). Sum of RGB (Red+Green+Blue) = 183+52+118=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B73476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73476 is #48CB89. Grayscale: #626262. Windows color (decimal): -4770698 or 7746743. OLE color: 7746743.

HSL color Cylindrical-coordinate representation of color #B73476: hue angle of 329.77º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73476 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB18352118-
CMYK00.720.360.28
HSL329.77º55.74%46.08%-
HSV(B)329.77º71.58%71.76%-
XYZ24.0313.8318.54-
YUV98.69138.9188.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 52 (20.70% from 255) = 14.73%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=51.84%
G=14.73%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835211800.720.360.28329.7755.7446.08
HexB73476048241C14a382e
Octal26764166011044345127056
Binary1011011111010011101100100100010010011100101001010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73476; }

 p { color: rgb(183,52,118); }

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

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

 a { background-color: rgb(183,52,118); }

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

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

 span { border-color: rgb(183,52,118); }

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