#B73596

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

Shades of Medium Red Violet #B73596

Tints of Medium Red Violet #B73596

Color information

#B73596 (or 0xB73596) is unknown color: approx Medium Red Violet. HEX triplet: B7, 35 and 96. RGB value is (183,53,150). Sum of RGB (Red+Green+Blue) = 183+53+150=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B73596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73596 is #48CA69. Grayscale: #666666. Windows color (decimal): -4770410 or 9844151. OLE color: 9844151.

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

Color convert

RGB18353150-
CMYK00.710.180.28
HSL315.23º55.08%46.27%-
HSV(B)315.23º71.04%71.76%-
XYZ26.3114.8230.33-
YUV102.93154.57185.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 53 (21.09% from 255) = 13.73%
BLUE value IS 150 (58.98% from 255) = 38.86%
R=47.41%
G=13.73%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835315000.710.180.28315.2355.0846.27
HexB73596047121C13b372e
Octal26765226010722344736756
Binary1011011111010110010110010001111001011100100111011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73596; }

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

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

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

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

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

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

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

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