#B71F8E

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

Shades of Medium Violet Red #B71F8E

Tints of Medium Violet Red #B71F8E

Color information

#B71F8E (or 0xB71F8E) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1F and 8E. RGB value is (183,31,142). Sum of RGB (Red+Green+Blue) = 183+31+142=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71F8E is #48E071. Grayscale: #585858. Windows color (decimal): -4776050 or 9314231. OLE color: 9314231.

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

Color convert

RGB18331142-
CMYK00.830.220.28
HSL316.18º71.03%41.96%-
HSV(B)316.18º83.06%71.76%-
XYZ24.91326.79-
YUV89.1157.86194.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.40%
GREEN value IS 31 (12.5% from 255) = 8.71%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=51.40%
G=8.71%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833114200.830.220.28316.1871.0341.96
HexB71F8E053161C13c472a
Octal267372160123263447410752
Binary1011011111111100011100101001110110111001001111001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71F8E; }

 p { color: rgb(183,31,142); }

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

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

 a { background-color: rgb(183,31,142); }

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

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

 span { border-color: rgb(183,31,142); }

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