#B71D99

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

Shades of Medium Violet Red #B71D99

Tints of Medium Violet Red #B71D99

Color information

#B71D99 (or 0xB71D99) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1D and 99. RGB value is (183,29,153). Sum of RGB (Red+Green+Blue) = 183+29+153=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71D99 is #48E266. Grayscale: #585858. Windows color (decimal): -4776551 or 10034615. OLE color: 10034615.

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

Color convert

RGB18329153-
CMYK00.840.160.28
HSL311.69º72.64%41.57%-
HSV(B)311.69º84.15%71.76%-
XYZ25.7213.2531.34-
YUV89.18164.02194.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.14%
GREEN value IS 29 (11.72% from 255) = 7.95%
BLUE value IS 153 (60.16% from 255) = 41.92%
R=50.14%
G=7.95%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832915300.840.160.28311.6972.6441.57
HexB71D99054101C138492a
Octal267352310124203447011152
Binary1011011111101100110010101010010000111001001110001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71D99; }

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

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

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

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

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

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

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

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