#B73576

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

Shades of Medium Red Violet #B73576

Tints of Medium Red Violet #B73576

Color information

#B73576 (or 0xB73576) is unknown color: approx Medium Red Violet. HEX triplet: B7, 35 and 76. RGB value is (183,53,118). Sum of RGB (Red+Green+Blue) = 183+53+118=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B73576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73576 is #48CA89. Grayscale: #636363. Windows color (decimal): -4770442 or 7746999. OLE color: 7746999.

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

Color convert

RGB18353118-
CMYK00.710.360.28
HSL330º55.08%46.27%-
HSV(B)330º71.04%71.76%-
XYZ24.0713.9218.56-
YUV99.28138.57187.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.69%
GREEN value IS 53 (21.09% from 255) = 14.97%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=51.69%
G=14.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835311800.710.360.2833055.0846.27
HexB73576047241C14a372e
Octal26765166010744345126756
Binary1011011111010111101100100011110010011100101001010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73576; }

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

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

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

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

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

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

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

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