#B73FA3

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

Shades of Medium Red Violet #B73FA3

Tints of Medium Red Violet #B73FA3

Color information

#B73FA3 (or 0xB73FA3) is unknown color: approx Medium Red Violet. HEX triplet: B7, 3F and A3. RGB value is (183,63,163). Sum of RGB (Red+Green+Blue) = 183+63+163=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B73FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73FA3 is #48C05C. Grayscale: #6E6E6E. Windows color (decimal): -4767837 or 10698679. OLE color: 10698679.

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

Color convert

RGB18363163-
CMYK00.660.110.28
HSL310º48.78%48.24%-
HSV(B)310º65.57%71.76%-
XYZ27.9216.2736.32-
YUV110.28157.76179.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 63 (25% from 255) = 15.40%
BLUE value IS 163 (64.06% from 255) = 39.85%
R=44.74%
G=15.40%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836316300.660.110.2831048.7848.24
HexB73FA3042B1C1363130
Octal26777243010213344666160
Binary101101111111111010001101000010101111100100110110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73FA3; }

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

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

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

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

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

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

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

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