#B73FA0

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

Shades of Medium Red Violet #B73FA0

Tints of Medium Red Violet #B73FA0

Color information

#B73FA0 (or 0xB73FA0) is unknown color: approx Medium Red Violet. HEX triplet: B7, 3F and A0. RGB value is (183,63,160). Sum of RGB (Red+Green+Blue) = 183+63+160=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B73FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73FA0 is #48C05F. Grayscale: #6D6D6D. Windows color (decimal): -4767840 or 10502071. OLE color: 10502071.

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

Color convert

RGB18363160-
CMYK00.660.130.28
HSL311.5º48.78%48.24%-
HSV(B)311.5º65.57%71.76%-
XYZ27.6516.1634.92-
YUV109.94156.26180.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 63 (25% from 255) = 15.52%
BLUE value IS 160 (62.89% from 255) = 39.41%
R=45.07%
G=15.52%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836316000.660.130.28311.548.7848.24
HexB73FA0042D1C1383130
Octal26777240010215344706160
Binary101101111111111010000001000010110111100100111000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73FA0; }

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

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

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

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

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

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

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

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