#B71A9F

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

Shades of Medium Violet Red #B71A9F

Tints of Medium Violet Red #B71A9F

Color information

#B71A9F (or 0xB71A9F) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1A and 9F. RGB value is (183,26,159). Sum of RGB (Red+Green+Blue) = 183+26+159=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71A9F is #48E560. Grayscale: #575757. Windows color (decimal): -4777313 or 10427063. OLE color: 10427063.

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

Color convert

RGB18326159-
CMYK00.860.130.28
HSL309.17º75.12%40.98%-
HSV(B)309.17º85.79%71.76%-
XYZ26.1613.3133.99-
YUV88.1168.01195.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 26 (10.55% from 255) = 7.07%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=49.73%
G=7.07%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832615900.860.130.28309.1775.1240.98
HexB71A9F056D1C1354b29
Octal267322370126153446511351
Binary101101111101010011111010101101101111001001101011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71A9F; }

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

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

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

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

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

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

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

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