Html Css Color HEX #B71D86 Medium Violet Red

📋 copy color: '#B71D86'

red 183 ◦ green 29 ◦ blue 134

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

Shades of Medium Violet Red #B71D86

Tints of Medium Violet Red #B71D86

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.38%

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

R = 52.89%
G = 8.38%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B71D86 (or 0xB71D86) is known color: Medium Violet Red. HEX triplet: B7, 1D and 86. RGB value is (183,29,134). Sum of RGB (Red+Green+Blue) = 183+29+134=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71D86 is #48E279. Grayscale: #565656. Windows color (decimal): -4776570 or 8789431. OLE color: 8789431.

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

Color convert

RGB 183 29 134 -
CMYK 0 0.84 0.27 0.28
HSL 319.09º 0.73% 0.42% -
HSV(B) 319.09º 0.84% 0.72% -
XYZ 24.27 12.67 23.72 -
YUV 87.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 183 29 134 0 0.84 0.27 0.28 319.09 0.73 0.42
Hex B7 1D 86 0 54 1B 1C 13F 49 2A
Octal 267 35 206 0 124 33 34 477 111 52
Binary 10110111 11101 10000110 0 1010100 11011 11100 100111111 1001001 101010

Color Harmonies of #B71D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71D86

Black with #B71D86

Text Example


Text Example

White with #B71D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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