#B73182

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

Shades of Medium Red Violet #B73182

Tints of Medium Red Violet #B73182

Color information

#B73182 (or 0xB73182) is unknown color: approx Medium Red Violet. HEX triplet: B7, 31 and 82. RGB value is (183,49,130). Sum of RGB (Red+Green+Blue) = 183+49+130=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B73182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73182 is #48CE7D. Grayscale: #626262. Windows color (decimal): -4771454 or 8532407. OLE color: 8532407.

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

Color convert

RGB18349130-
CMYK00.730.290.28
HSL323.73º57.76%45.49%-
HSV(B)323.73º73.22%71.76%-
XYZ24.6613.8822.5-
YUV98.3145.89188.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.55%
GREEN value IS 49 (19.53% from 255) = 13.54%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=50.55%
G=13.54%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834913000.730.290.28323.7357.7645.49
HexB731820491D1C1443a2d
Octal26761202011135345047255
Binary1011011111000110000010010010011110111100101000100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73182; }

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

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

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

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

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

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

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

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