#B73379

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

Shades of Medium Red Violet #B73379

Tints of Medium Red Violet #B73379

Color information

#B73379 (or 0xB73379) is unknown color: approx Medium Red Violet. HEX triplet: B7, 33 and 79. RGB value is (183,51,121). Sum of RGB (Red+Green+Blue) = 183+51+121=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B73379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73379 is #48CC86. Grayscale: #626262. Windows color (decimal): -4770951 or 7943095. OLE color: 7943095.

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

Color convert

RGB18351121-
CMYK00.720.340.28
HSL328.18º56.41%45.88%-
HSV(B)328.18º72.13%71.76%-
XYZ24.1613.8219.48-
YUV98.45140.73188.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.55%
GREEN value IS 51 (20.31% from 255) = 14.37%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=51.55%
G=14.37%
B=34.08%

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
Decimal1835112100.720.340.28328.1856.4145.88
HexB73379048221C148382e
Octal26763171011042345107056
Binary1011011111001111110010100100010001011100101001000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73379; }

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

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

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

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

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

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

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

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