#B71B75

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

Shades of Medium Violet Red #B71B75

Tints of Medium Violet Red #B71B75

Color information

#B71B75 (or 0xB71B75) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1B and 75. RGB value is (183,27,117). Sum of RGB (Red+Green+Blue) = 183+27+117=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71B75 is #48E48A. Grayscale: #535353. Windows color (decimal): -4777099 or 7674807. OLE color: 7674807.

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

Color convert

RGB18327117-
CMYK00.850.360.28
HSL325.38º74.29%41.18%-
HSV(B)325.38º85.25%71.76%-
XYZ23.1312.1417.95-
YUV83.9146.68198.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.96%
GREEN value IS 27 (10.94% from 255) = 8.26%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=55.96%
G=8.26%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832711700.850.360.28325.3874.2941.18
HexB71B75055241C1454a29
Octal267331650125443450511251
Binary1011011111011111010101010101100100111001010001011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71B75; }

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

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

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

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

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

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

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

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