#B73479

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

Shades of Medium Red Violet #B73479

Tints of Medium Red Violet #B73479

Color information

#B73479 (or 0xB73479) is unknown color: approx Medium Red Violet. HEX triplet: B7, 34 and 79. RGB value is (183,52,121). Sum of RGB (Red+Green+Blue) = 183+52+121=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B73479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73479 is #48CB86. Grayscale: #626262. Windows color (decimal): -4770695 or 7943351. OLE color: 7943351.

HSL color Cylindrical-coordinate representation of color #B73479: hue angle of 328.4º 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 #B73479 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB18352121-
CMYK00.720.340.28
HSL328.4º55.74%46.08%-
HSV(B)328.4º71.58%71.76%-
XYZ24.2113.919.5-
YUV99.04140.4187.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.40%
GREEN value IS 52 (20.70% from 255) = 14.61%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=51.40%
G=14.61%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835212100.720.340.28328.455.7446.08
HexB73479048221C148382e
Octal26764171011042345107056
Binary1011011111010011110010100100010001011100101001000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73479; }

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

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

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

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

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

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

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

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