#B73B81

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

Shades of Medium Red Violet #B73B81

Tints of Medium Red Violet #B73B81

Color information

#B73B81 (or 0xB73B81) is unknown color: approx Medium Red Violet. HEX triplet: B7, 3B and 81. RGB value is (183,59,129). Sum of RGB (Red+Green+Blue) = 183+59+129=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73B81 is #48C47E. Grayscale: #676767. Windows color (decimal): -4768895 or 8469431. OLE color: 8469431.

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

Color convert

RGB18359129-
CMYK00.680.300.28
HSL326.13º51.24%47.45%-
HSV(B)326.13º67.76%71.76%-
XYZ25.0514.7822.3-
YUV104.06142.08184.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 59 (23.44% from 255) = 15.90%
BLUE value IS 129 (50.78% from 255) = 34.77%
R=49.33%
G=15.90%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835912900.680.300.28326.1351.2447.45
HexB73B810441E1C146332f
Octal26773201010436345066357
Binary1011011111101110000001010001001111011100101000110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73B81; }

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

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

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

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

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

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

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

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