Html Css Color HEX #B71D84 Medium Violet Red

📋 copy color: '#B71D84'

red 183 ◦ green 29 ◦ blue 132

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

Shades of Medium Violet Red #B71D84

Tints of Medium Violet Red #B71D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.37%

R = 53.2%
G = 8.43%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B71D84 (or 0xB71D84) is known color: Medium Violet Red. HEX triplet: B7, 1D and 84. RGB value is (183,29,132). Sum of RGB (Red+Green+Blue) = 183+29+132=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71D84 is #48E27B. Grayscale: #565656. Windows color (decimal): -4776572 or 8658359. OLE color: 8658359.

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

Color convert

RGB 183 29 132 -
CMYK 0 0.84 0.28 0.28
HSL 319.87º 0.73% 0.42% -
HSV(B) 319.87º 0.84% 0.72% -
XYZ 24.13 12.61 22.99 -
YUV 86.79 153.52 196.62 -
System Red Green Blue C M Y K H S L
Decimal 183 29 132 0 0.84 0.28 0.28 319.87 0.73 0.42
Hex B7 1D 84 0 54 1C 1C 140 49 2A
Octal 267 35 204 0 124 34 34 500 111 52
Binary 10110111 11101 10000100 0 1010100 11100 11100 101000000 1001001 101010

Color Harmonies of #B71D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71D84

Black with #B71D84

Text Example


Text Example

White with #B71D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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