#B73296

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

Shades of Medium Red Violet #B73296

Tints of Medium Red Violet #B73296

Color information

#B73296 (or 0xB73296) is unknown color: approx Medium Red Violet. HEX triplet: B7, 32 and 96. RGB value is (183,50,150). Sum of RGB (Red+Green+Blue) = 183+50+150=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B73296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73296 is #48CD69. Grayscale: #646464. Windows color (decimal): -4771178 or 9843383. OLE color: 9843383.

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

Color convert

RGB18350150-
CMYK00.730.180.28
HSL314.89º57.08%45.69%-
HSV(B)314.89º72.68%71.76%-
XYZ26.1714.5530.28-
YUV101.17155.56186.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 50 (19.92% from 255) = 13.05%
BLUE value IS 150 (58.98% from 255) = 39.16%
R=47.78%
G=13.05%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835015000.730.180.28314.8957.0845.69
HexB73296049121C13b392e
Octal26762226011122344737156
Binary1011011111001010010110010010011001011100100111011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73296; }

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

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

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

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

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

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

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

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