#B73C92

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

Shades of Medium Red Violet #B73C92

Tints of Medium Red Violet #B73C92

Color information

#B73C92 (or 0xB73C92) is unknown color: approx Medium Red Violet. HEX triplet: B7, 3C and 92. RGB value is (183,60,146). Sum of RGB (Red+Green+Blue) = 183+60+146=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73C92 is #48C36D. Grayscale: #6A6A6A. Windows color (decimal): -4768622 or 9583799. OLE color: 9583799.

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

Color convert

RGB18360146-
CMYK00.670.200.28
HSL318.05º50.62%47.65%-
HSV(B)318.05º67.21%71.76%-
XYZ26.3315.3728.77-
YUV106.58150.25182.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 60 (23.83% from 255) = 15.42%
BLUE value IS 146 (57.42% from 255) = 37.53%
R=47.04%
G=15.42%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836014600.670.200.28318.0550.6247.65
HexB73C92043141C13e3330
Octal26774222010324344766360
Binary1011011111110010010010010000111010011100100111110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73C92; }

 p { color: rgb(183,60,146); }

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

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

 a { background-color: rgb(183,60,146); }

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

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

 span { border-color: rgb(183,60,146); }

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