#B73BA1

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

Shades of Medium Red Violet #B73BA1

Tints of Medium Red Violet #B73BA1

Color information

#B73BA1 (or 0xB73BA1) is unknown color: approx Medium Red Violet. HEX triplet: B7, 3B and A1. RGB value is (183,59,161). Sum of RGB (Red+Green+Blue) = 183+59+161=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B73BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73BA1 is #48C45E. Grayscale: #6B6B6B. Windows color (decimal): -4768863 or 10566583. OLE color: 10566583.

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

Color convert

RGB18359161-
CMYK00.680.120.28
HSL310.65º51.24%47.45%-
HSV(B)310.65º67.76%71.76%-
XYZ27.5315.7735.31-
YUV107.7158.08181.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 59 (23.44% from 255) = 14.64%
BLUE value IS 161 (63.28% from 255) = 39.95%
R=45.41%
G=14.64%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835916100.680.120.28310.6551.2447.45
HexB73BA1044C1C137332f
Octal26773241010414344676357
Binary101101111110111010000101000100110011100100110111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73BA1; }

 p { color: rgb(183,59,161); }

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

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

 a { background-color: rgb(183,59,161); }

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

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

 span { border-color: rgb(183,59,161); }

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