Html Css Color HEX #B91C71 Medium Violet Red

📋 copy color: '#B91C71'

red 185 ◦ green 28 ◦ blue 113

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

Shades of Medium Violet Red #B91C71

Tints of Medium Violet Red #B91C71

RGB

 RED value IS 185 (72.66% from 255) = 56.75%

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

 BLUE value IS 113 (44.53% from 255) = 34.66%

R = 56.75%
G = 8.59%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B91C71 (or 0xB91C71) is known color: Medium Violet Red. HEX triplet: B9, 1C and 71. RGB value is (185,28,113). Sum of RGB (Red+Green+Blue) = 185+28+113=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91C71 is #46E38E. Grayscale: #545454. Windows color (decimal): -4645775 or 7412921. OLE color: 7412921.

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

Color convert

RGB 185 28 113 -
CMYK 0 0.85 0.39 0.27
HSL 327.52º 0.74% 0.42% -
HSV(B) 327.52º 0.85% 0.73% -
XYZ 23.4 12.34 16.77 -
YUV 84.63 144.01 199.59 -
System Red Green Blue C M Y K H S L
Decimal 185 28 113 0 0.85 0.39 0.27 327.52 0.74 0.42
Hex B9 1C 71 0 55 27 1B 148 4A 2A
Octal 271 34 161 0 125 47 33 510 112 52
Binary 10111001 11100 1110001 0 1010101 100111 11011 101001000 1001010 101010

Color Harmonies of #B91C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91C71

Black with #B91C71

Text Example


Text Example

White with #B91C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91C71; }

 p { color: rgb(185,28,113); }

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

background-color css

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

 a { background-color: rgb(185,28,113); }

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

border-color css

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

 span { border-color: rgb(185,28,113); }

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