#B71E7C

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

Shades of Medium Violet Red #B71E7C

Tints of Medium Violet Red #B71E7C

Color information

#B71E7C (or 0xB71E7C) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1E and 7C. RGB value is (183,30,124). Sum of RGB (Red+Green+Blue) = 183+30+124=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71E7C is #48E183. Grayscale: #565656. Windows color (decimal): -4776324 or 8134327. OLE color: 8134327.

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

Color convert

RGB18330124-
CMYK00.840.320.28
HSL323.14º71.83%41.76%-
HSV(B)323.14º83.61%71.76%-
XYZ23.6312.4520.23-
YUV86.46149.19196.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 30 (12.11% from 255) = 8.90%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=54.30%
G=8.90%
B=36.80%

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
Decimal1833012400.840.320.28323.1471.8341.76
HexB71E7C054201C143482a
Octal267361740124403450311052
Binary1011011111110111110001010100100000111001010000111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E7C; }

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

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

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

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

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

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

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

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