#b71a84

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

Shades of Medium Violet Red #B71A84

Tints of Medium Violet Red #B71A84

Color information

#B71A84 (or 0xB71A84) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1A and 84. RGB value is (183,26,132). Sum of RGB (Red+Green+Blue) = 183+26+132=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71A84 is #48E57B. Grayscale: #545454. Windows color (decimal): -4777340 or 8657591. OLE color: 8657591.

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

Color convert

RGB18326132-
CMYK00.860.280.28
HSL319.49º75.12%40.98%-
HSV(B)319.49º85.79%71.76%-
XYZ24.0612.4722.97-
YUV85.03154.51197.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.67%
GREEN value IS 26 (10.55% from 255) = 7.62%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=53.67%
G=7.62%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832613200.860.280.28319.4975.1240.98
HexB71A840561C1C13f4b29
Octal267322040126343447711351
Binary1011011111010100001000101011011100111001001111111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b71a84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b71a84; }

 p { color: rgb(183,26,132); }

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

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

 a { background-color: rgb(183,26,132); }

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

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

 span { border-color: rgb(183,26,132); }

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