Html Css Color HEX #B71C71 Medium Violet Red

📋 copy color: '#B71C71'

red 183 ◦ green 28 ◦ blue 113

#B71C71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B71C71

Tints of Medium Violet Red #B71C71

RGB

 RED value IS 183 (71.88% from 255) = 56.48%

 GREEN value IS 28 (11.33% from 255) = 8.64%

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 56.48%
G = 8.64%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B71C71 (or 0xB71C71) is known color: Medium Violet Red. HEX triplet: B7, 1C and 71. RGB value is (183,28,113). Sum of RGB (Red+Green+Blue) = 183+28+113=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C71 is #48E38E. Grayscale: #535353. Windows color (decimal): -4776847 or 7412919. OLE color: 7412919.

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

Color convert

RGB 183 28 113 -
CMYK 0 0.85 0.38 0.28
HSL 327.1º 0.73% 0.41% -
HSV(B) 327.1º 0.85% 0.72% -
XYZ 22.92 12.09 16.75 -
YUV 84.04 144.35 198.59 -
System Red Green Blue C M Y K H S L
Decimal 183 28 113 0 0.85 0.38 0.28 327.1 0.73 0.41
Hex B7 1C 71 0 55 26 1C 147 49 29
Octal 267 34 161 0 125 46 34 507 111 51
Binary 10110111 11100 1110001 0 1010101 100110 11100 101000111 1001001 101001

Color Harmonies of #B71C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C71

Black with #B71C71

Text Example


Text Example

White with #B71C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C71; }

 p { color: rgb(183,28,113); }

 H1.HeaderClassName
 {
   color: #B71C71;
 }
 .AnyTagClassName
 {
   color: #B71C71;
 }
</style>

background-color css

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

 a { background-color: rgb(183,28,113); }

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

border-color css

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

 span { border-color: rgb(183,28,113); }

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