#B73785

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

Shades of Medium Red Violet #B73785

Tints of Medium Red Violet #B73785

Color information

#B73785 (or 0xB73785) is unknown color: approx Medium Red Violet. HEX triplet: B7, 37 and 85. RGB value is (183,55,133). Sum of RGB (Red+Green+Blue) = 183+55+133=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B73785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73785 is #48C87A. Grayscale: #656565. Windows color (decimal): -4769915 or 8730551. OLE color: 8730551.

HSL color Cylindrical-coordinate representation of color #B73785: hue angle of 323.44º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73785 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB18355133-
CMYK00.700.270.28
HSL323.44º53.78%46.67%-
HSV(B)323.44º69.95%71.76%-
XYZ25.1314.4923.66-
YUV102.16145.41185.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 55 (21.88% from 255) = 14.82%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=49.33%
G=14.82%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835513300.700.270.28323.4453.7846.67
HexB737850461B1C143362f
Octal26767205010633345036657
Binary1011011111011110000101010001101101111100101000011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73785; }

 p { color: rgb(183,55,133); }

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

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

 a { background-color: rgb(183,55,133); }

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

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

 span { border-color: rgb(183,55,133); }

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