#B71E73

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

Shades of Medium Violet Red #B71E73

Tints of Medium Violet Red #B71E73

Color information

#B71E73 (or 0xB71E73) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1E and 73. RGB value is (183,30,115). Sum of RGB (Red+Green+Blue) = 183+30+115=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71E73 is #48E18C. Grayscale: #555555. Windows color (decimal): -4776333 or 7544503. OLE color: 7544503.

HSL color Cylindrical-coordinate representation of color #B71E73: hue angle of 326.67º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71E73 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB18330115-
CMYK00.840.370.28
HSL326.67º71.83%41.76%-
HSV(B)326.67º83.61%71.76%-
XYZ23.0912.2317.36-
YUV85.44144.69197.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.79%
GREEN value IS 30 (12.11% from 255) = 9.15%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=55.79%
G=9.15%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833011500.840.370.28326.6771.8341.76
HexB71E73054251C147482a
Octal267361630124453450711052
Binary1011011111110111001101010100100101111001010001111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E73; }

 p { color: rgb(183,30,115); }

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

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

 a { background-color: rgb(183,30,115); }

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

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

 span { border-color: rgb(183,30,115); }

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