#B71B82

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

Shades of Medium Violet Red #B71B82

Tints of Medium Violet Red #B71B82

Color information

#B71B82 (or 0xB71B82) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1B and 82. RGB value is (183,27,130). Sum of RGB (Red+Green+Blue) = 183+27+130=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71B82 is #48E47D. Grayscale: #555555. Windows color (decimal): -4777086 or 8526775. OLE color: 8526775.

HSL color Cylindrical-coordinate representation of color #B71B82: hue angle of 320.38º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71B82 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB18327130-
CMYK00.850.290.28
HSL320.38º74.29%41.18%-
HSV(B)320.38º85.25%71.76%-
XYZ23.9512.4622.26-
YUV85.39153.18197.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.82%
GREEN value IS 27 (10.94% from 255) = 7.94%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=53.82%
G=7.94%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832713000.850.290.28320.3874.2941.18
HexB71B820551D1C1404a29
Octal267332020125353450011251
Binary1011011111011100000100101010111101111001010000001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71B82; }

 p { color: rgb(183,27,130); }

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

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

 a { background-color: rgb(183,27,130); }

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

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

 span { border-color: rgb(183,27,130); }

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