#B71D7C

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

Shades of Medium Violet Red #B71D7C

Tints of Medium Violet Red #B71D7C

Color information

#B71D7C (or 0xB71D7C) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1D and 7C. RGB value is (183,29,124). Sum of RGB (Red+Green+Blue) = 183+29+124=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71D7C is #48E283. Grayscale: #555555. Windows color (decimal): -4776580 or 8134071. OLE color: 8134071.

HSL color Cylindrical-coordinate representation of color #B71D7C: hue angle of 322.99º degrees, saturation: 0.73, 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 #B71D7C is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB18329124-
CMYK00.840.320.28
HSL322.99º72.64%41.57%-
HSV(B)322.99º84.15%71.76%-
XYZ23.6112.420.22-
YUV85.88149.52197.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.46%
GREEN value IS 29 (11.72% from 255) = 8.63%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=54.46%
G=8.63%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832912400.840.320.28322.9972.6441.57
HexB71D7C054201C143492a
Octal267351740124403450311152
Binary1011011111101111110001010100100000111001010000111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71D7C; }

 p { color: rgb(183,29,124); }

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

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

 a { background-color: rgb(183,29,124); }

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

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

 span { border-color: rgb(183,29,124); }

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