Html Css Color HEX #B71C86 Medium Violet Red

📋 copy color: '#B71C86'

red 183 ◦ green 28 ◦ blue 134

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

Shades of Medium Violet Red #B71C86

Tints of Medium Violet Red #B71C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.84%

R = 53.04%
G = 8.12%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B71C86 (or 0xB71C86) is known color: Medium Violet Red. HEX triplet: B7, 1C and 86. RGB value is (183,28,134). Sum of RGB (Red+Green+Blue) = 183+28+134=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71C86 is #48E379. Grayscale: #565656. Windows color (decimal): -4776826 or 8789175. OLE color: 8789175.

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

Color convert

RGB 183 28 134 -
CMYK 0 0.85 0.27 0.28
HSL 318.97º 0.73% 0.41% -
HSV(B) 318.97º 0.85% 0.72% -
XYZ 24.25 12.62 23.71 -
YUV 86.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 183 28 134 0 0.85 0.27 0.28 318.97 0.73 0.41
Hex B7 1C 86 0 55 1B 1C 13F 49 29
Octal 267 34 206 0 125 33 34 477 111 51
Binary 10110111 11100 10000110 0 1010101 11011 11100 100111111 1001001 101001

Color Harmonies of #B71C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C86

Black with #B71C86

Text Example


Text Example

White with #B71C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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