#B71E85

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

Shades of Medium Violet Red #B71E85

Tints of Medium Violet Red #B71E85

Color information

#B71E85 (or 0xB71E85) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1E and 85. RGB value is (183,30,133). Sum of RGB (Red+Green+Blue) = 183+30+133=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71E85 is #48E17A. Grayscale: #575757. Windows color (decimal): -4776315 or 8724151. OLE color: 8724151.

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

Color convert

RGB18330133-
CMYK00.840.270.28
HSL319.61º71.83%41.76%-
HSV(B)319.61º83.61%71.76%-
XYZ24.2312.6923.36-
YUV87.49153.69196.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.89%
GREEN value IS 30 (12.11% from 255) = 8.67%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=52.89%
G=8.67%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833013300.840.270.28319.6171.8341.76
HexB71E850541B1C140482a
Octal267362050124333450011052
Binary1011011111110100001010101010011011111001010000001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E85; }

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

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

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

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

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

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

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

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