#B73F8F

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

Shades of Medium Red Violet #B73F8F

Tints of Medium Red Violet #B73F8F

Color information

#B73F8F (or 0xB73F8F) is unknown color: approx Medium Red Violet. HEX triplet: B7, 3F and 8F. RGB value is (183,63,143). Sum of RGB (Red+Green+Blue) = 183+63+143=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73F8F is #48C070. Grayscale: #6B6B6B. Windows color (decimal): -4767857 or 9387959. OLE color: 9387959.

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

Color convert

RGB18363143-
CMYK00.660.220.28
HSL320º48.78%48.24%-
HSV(B)320º65.57%71.76%-
XYZ26.2615.6127.61-
YUV108147.76181.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 63 (25% from 255) = 16.20%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=47.04%
G=16.20%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836314300.660.220.2832048.7848.24
HexB73F8F042161C1403130
Octal26777217010226345006160
Binary1011011111111110001111010000101011011100101000000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73F8F; }

 p { color: rgb(183,63,143); }

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

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

 a { background-color: rgb(183,63,143); }

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

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

 span { border-color: rgb(183,63,143); }

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