Html Css Color HEX #B71D85 Medium Violet Red

📋 copy color: '#B71D85'

red 183 ◦ green 29 ◦ blue 133

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

Shades of Medium Violet Red #B71D85

Tints of Medium Violet Red #B71D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.55%

R = 53.04%
G = 8.41%
B = 38.55%

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

#B71D85 (or 0xB71D85) is known color: Medium Violet Red. HEX triplet: B7, 1D and 85. RGB value is (183,29,133). Sum of RGB (Red+Green+Blue) = 183+29+133=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71D85 is #48E27A. Grayscale: #565656. Windows color (decimal): -4776571 or 8723895. OLE color: 8723895.

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

Color convert

RGB 183 29 133 -
CMYK 0 0.84 0.27 0.28
HSL 319.48º 0.73% 0.42% -
HSV(B) 319.48º 0.84% 0.72% -
XYZ 24.2 12.64 23.35 -
YUV 86.9 154.02 196.54 -
System Red Green Blue C M Y K H S L
Decimal 183 29 133 0 0.84 0.27 0.28 319.48 0.73 0.42
Hex B7 1D 85 0 54 1B 1C 13F 49 2A
Octal 267 35 205 0 124 33 34 477 111 52
Binary 10110111 11101 10000101 0 1010100 11011 11100 100111111 1001001 101010

Color Harmonies of #B71D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71D85

Black with #B71D85

Text Example


Text Example

White with #B71D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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