#B73178

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

Shades of Medium Red Violet #B73178

Tints of Medium Red Violet #B73178

Color information

#B73178 (or 0xB73178) is unknown color: approx Medium Red Violet. HEX triplet: B7, 31 and 78. RGB value is (183,49,120). Sum of RGB (Red+Green+Blue) = 183+49+120=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B73178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73178 is #48CE87. Grayscale: #616161. Windows color (decimal): -4771464 or 7877047. OLE color: 7877047.

HSL color Cylindrical-coordinate representation of color #B73178: hue angle of 328.21º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73178 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB18349120-
CMYK00.730.340.28
HSL328.21º57.76%45.49%-
HSV(B)328.21º73.22%71.76%-
XYZ24.0213.6219.13-
YUV97.16140.89189.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.99%
GREEN value IS 49 (19.53% from 255) = 13.92%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=51.99%
G=13.92%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834912000.730.340.28328.2157.7645.49
HexB73178049221C1483a2d
Octal26761170011142345107255
Binary1011011111000111110000100100110001011100101001000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73178; }

 p { color: rgb(183,49,120); }

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

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

 a { background-color: rgb(183,49,120); }

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

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

 span { border-color: rgb(183,49,120); }

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