Html Css Color HEX #B71F86 Medium Violet Red

📋 copy color: '#B71F86'

red 183 ◦ green 31 ◦ blue 134

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

Shades of Medium Violet Red #B71F86

Tints of Medium Violet Red #B71F86

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.91%

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

R = 52.59%
G = 8.91%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B71F86 (or 0xB71F86) is known color: Medium Violet Red. HEX triplet: B7, 1F and 86. RGB value is (183,31,134). Sum of RGB (Red+Green+Blue) = 183+31+134=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71F86 is #48E079. Grayscale: #575757. Windows color (decimal): -4776058 or 8789943. OLE color: 8789943.

HSL color Cylindrical-coordinate representation of color #B71F86: hue angle of 319.34º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B71F86 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 31 134 -
CMYK 0 0.83 0.27 0.28
HSL 319.34º 0.71% 0.42% -
HSV(B) 319.34º 0.83% 0.72% -
XYZ 24.32 12.77 23.74 -
YUV 88.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 183 31 134 0 0.83 0.27 0.28 319.34 0.71 0.42
Hex B7 1F 86 0 53 1B 1C 13F 47 2A
Octal 267 37 206 0 123 33 34 477 107 52
Binary 10110111 11111 10000110 0 1010011 11011 11100 100111111 1000111 101010

Color Harmonies of #B71F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F86

Black with #B71F86

Text Example


Text Example

White with #B71F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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