#B73A93

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

Shades of Medium Red Violet #B73A93

Tints of Medium Red Violet #B73A93

Color information

#B73A93 (or 0xB73A93) is unknown color: approx Medium Red Violet. HEX triplet: B7, 3A and 93. RGB value is (183,58,147). Sum of RGB (Red+Green+Blue) = 183+58+147=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73A93 is #48C56C. Grayscale: #696969. Windows color (decimal): -4769133 or 9648823. OLE color: 9648823.

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

Color convert

RGB18358147-
CMYK00.680.200.28
HSL317.28º51.87%47.25%-
HSV(B)317.28º68.31%71.76%-
XYZ26.3115.229.15-
YUV105.52151.41183.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 58 (23.05% from 255) = 14.95%
BLUE value IS 147 (57.81% from 255) = 37.89%
R=47.16%
G=14.95%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835814700.680.200.28317.2851.8747.25
HexB73A93044141C13d342f
Octal26772223010424344756457
Binary1011011111101010010011010001001010011100100111101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73A93; }

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

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

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

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

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

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

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

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