Html Css Color HEX #B71471 Medium Violet Red

📋 copy color: '#B71471'

red 183 ◦ green 20 ◦ blue 113

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

Shades of Medium Violet Red #B71471

Tints of Medium Violet Red #B71471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.33%

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

R = 57.91%
G = 6.33%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B71471 (or 0xB71471) is known color: Medium Violet Red. HEX triplet: B7, 14 and 71. RGB value is (183,20,113). Sum of RGB (Red+Green+Blue) = 183+20+113=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B71471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71471 is #48EB8E. Grayscale: #4F4F4F. Windows color (decimal): -4778895 or 7410871. OLE color: 7410871.

HSL color Cylindrical-coordinate representation of color #B71471: hue angle of 325.77º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71471 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 20 113 -
CMYK 0 0.89 0.38 0.28
HSL 325.77º 0.8% 0.4% -
HSV(B) 325.77º 0.89% 0.72% -
XYZ 22.76 11.76 16.69 -
YUV 79.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 183 20 113 0 0.89 0.38 0.28 325.77 0.8 0.4
Hex B7 14 71 0 59 26 1C 146 50 28
Octal 267 24 161 0 131 46 34 506 120 50
Binary 10110111 10100 1110001 0 1011001 100110 11100 101000110 1010000 101000

Color Harmonies of #B71471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71471

Black with #B71471

Text Example


Text Example

White with #B71471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71471; }

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

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

background-color css

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

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

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

border-color css

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

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

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