#b73e8d

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

Shades of Medium Red Violet #B73E8D

Tints of Medium Red Violet #B73E8D

Color information

#B73E8D (or 0xB73E8D) is unknown color: approx Medium Red Violet. HEX triplet: B7, 3E and 8D. RGB value is (183,62,141). Sum of RGB (Red+Green+Blue) = 183+62+141=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73E8D is #48C172. Grayscale: #6A6A6A. Windows color (decimal): -4768115 or 9256631. OLE color: 9256631.

HSL color Cylindrical-coordinate representation of color #B73E8D: hue angle of 320.83º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73E8D is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18362141-
CMYK00.660.230.28
HSL320.83º49.39%48.04%-
HSV(B)320.83º66.12%71.76%-
XYZ26.0615.4426.81-
YUV107.18147.09182.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 62 (24.61% from 255) = 16.06%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=47.41%
G=16.06%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836214100.660.230.28320.8349.3948.04
HexB73E8D042171C1413130
Octal26776215010227345016160
Binary1011011111111010001101010000101011111100101000001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b73e8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b73e8d; }

 p { color: rgb(183,62,141); }

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

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

 a { background-color: rgb(183,62,141); }

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

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

 span { border-color: rgb(183,62,141); }

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