#B73295

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

Shades of Medium Red Violet #B73295

Tints of Medium Red Violet #B73295

Color information

#B73295 (or 0xB73295) is unknown color: approx Medium Red Violet. HEX triplet: B7, 32 and 95. RGB value is (183,50,149). Sum of RGB (Red+Green+Blue) = 183+50+149=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B73295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73295 is #48CD6A. Grayscale: #646464. Windows color (decimal): -4771179 or 9777847. OLE color: 9777847.

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

Color convert

RGB18350149-
CMYK00.730.190.28
HSL315.34º57.08%45.69%-
HSV(B)315.34º72.68%71.76%-
XYZ26.0914.5229.86-
YUV101.05155.06186.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.91%
GREEN value IS 50 (19.92% from 255) = 13.09%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=47.91%
G=13.09%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835014900.730.190.28315.3457.0845.69
HexB73295049131C13b392e
Octal26762225011123344737156
Binary1011011111001010010101010010011001111100100111011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73295; }

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

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

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

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

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

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

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

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