#B71DA1

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

Shades of Medium Violet Red #B71DA1

Tints of Medium Violet Red #B71DA1

Color information

#B71DA1 (or 0xB71DA1) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1D and A1. RGB value is (183,29,161). Sum of RGB (Red+Green+Blue) = 183+29+161=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B71DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71DA1 is #48E25E. Grayscale: #595959. Windows color (decimal): -4776543 or 10558903. OLE color: 10558903.

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

Color convert

RGB18329161-
CMYK00.840.120.28
HSL308.57º72.64%41.57%-
HSV(B)308.57º84.15%71.76%-
XYZ26.413.5234.94-
YUV90.09168.02194.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 29 (11.72% from 255) = 7.77%
BLUE value IS 161 (63.28% from 255) = 43.16%
R=49.06%
G=7.77%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832916100.840.120.28308.5772.6441.57
HexB71DA1054C1C135492a
Octal267352410124143446511152
Binary101101111110110100001010101001100111001001101011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71DA1; }

 p { color: rgb(183,29,161); }

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

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

 a { background-color: rgb(183,29,161); }

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

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

 span { border-color: rgb(183,29,161); }

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