#B73A90

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

Shades of Medium Red Violet #B73A90

Tints of Medium Red Violet #B73A90

Color information

#B73A90 (or 0xB73A90) is unknown color: approx Medium Red Violet. HEX triplet: B7, 3A and 90. RGB value is (183,58,144). Sum of RGB (Red+Green+Blue) = 183+58+144=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73A90 is #48C56F. Grayscale: #686868. Windows color (decimal): -4769136 or 9452215. OLE color: 9452215.

HSL color Cylindrical-coordinate representation of color #B73A90: hue angle of 318.72º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73A90 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB18358144-
CMYK00.680.210.28
HSL318.72º51.87%47.25%-
HSV(B)318.72º68.31%71.76%-
XYZ26.0815.1127.93-
YUV105.18149.91183.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 58 (23.05% from 255) = 15.06%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=47.53%
G=15.06%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835814400.680.210.28318.7251.8747.25
HexB73A90044151C13f342f
Octal26772220010425344776457
Binary1011011111101010010000010001001010111100100111111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73A90; }

 p { color: rgb(183,58,144); }

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

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

 a { background-color: rgb(183,58,144); }

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

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

 span { border-color: rgb(183,58,144); }

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