#B71D9C

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

Shades of Medium Violet Red #B71D9C

Tints of Medium Violet Red #B71D9C

Color information

#B71D9C (or 0xB71D9C) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1D and 9C. RGB value is (183,29,156). Sum of RGB (Red+Green+Blue) = 183+29+156=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71D9C is #48E263. Grayscale: #595959. Windows color (decimal): -4776548 or 10231223. OLE color: 10231223.

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

Color convert

RGB18329156-
CMYK00.840.150.28
HSL310.52º72.64%41.57%-
HSV(B)310.52º84.15%71.76%-
XYZ25.9713.3532.66-
YUV89.52165.52194.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 29 (11.72% from 255) = 7.88%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=49.73%
G=7.88%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832915600.840.150.28310.5272.6441.57
HexB71D9C054F1C137492a
Octal267352340124173446711152
Binary101101111110110011100010101001111111001001101111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71D9C; }

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

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

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

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

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

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

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

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