#B73278

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

Shades of Medium Red Violet #B73278

Tints of Medium Red Violet #B73278

Color information

#B73278 (or 0xB73278) is unknown color: approx Medium Red Violet. HEX triplet: B7, 32 and 78. RGB value is (183,50,120). Sum of RGB (Red+Green+Blue) = 183+50+120=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B73278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73278 is #48CD87. Grayscale: #616161. Windows color (decimal): -4771208 or 7877303. OLE color: 7877303.

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

Color convert

RGB18350120-
CMYK00.730.340.28
HSL328.42º57.08%45.69%-
HSV(B)328.42º72.68%71.76%-
XYZ24.0613.719.15-
YUV97.75140.56188.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 50 (19.92% from 255) = 14.16%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=51.84%
G=14.16%
B=33.99%

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
Decimal1835012000.730.340.28328.4257.0845.69
HexB73278049221C148392e
Octal26762170011142345107156
Binary1011011111001011110000100100110001011100101001000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73278; }

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

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

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

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

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

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

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

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