#B71B81

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

Shades of Medium Violet Red #B71B81

Tints of Medium Violet Red #B71B81

Color information

#B71B81 (or 0xB71B81) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1B and 81. RGB value is (183,27,129). Sum of RGB (Red+Green+Blue) = 183+27+129=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71B81 is #48E47E. Grayscale: #555555. Windows color (decimal): -4777087 or 8461239. OLE color: 8461239.

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

Color convert

RGB18327129-
CMYK00.850.300.28
HSL320.77º74.29%41.18%-
HSV(B)320.77º85.25%71.76%-
XYZ23.8812.4421.91-
YUV85.27152.68197.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.98%
GREEN value IS 27 (10.94% from 255) = 7.96%
BLUE value IS 129 (50.78% from 255) = 38.05%
R=53.98%
G=7.96%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832712900.850.300.28320.7774.2941.18
HexB71B810551E1C1414a29
Octal267332010125363450111251
Binary1011011111011100000010101010111110111001010000011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71B81; }

 p { color: rgb(183,27,129); }

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

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

 a { background-color: rgb(183,27,129); }

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

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

 span { border-color: rgb(183,27,129); }

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