Html Css Color HEX #B91F71 Medium Violet Red

📋 copy color: '#B91F71'

red 185 ◦ green 31 ◦ blue 113

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

Shades of Medium Violet Red #B91F71

Tints of Medium Violet Red #B91F71

RGB

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

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

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

R = 56.23%
G = 9.42%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B91F71 (or 0xB91F71) is known color: Medium Violet Red. HEX triplet: B9, 1F and 71. RGB value is (185,31,113). Sum of RGB (Red+Green+Blue) = 185+31+113=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91F71 is #46E08E. Grayscale: #565656. Windows color (decimal): -4645007 or 7413689. OLE color: 7413689.

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

Color convert

RGB 185 31 113 -
CMYK 0 0.83 0.39 0.27
HSL 328.05º 0.71% 0.42% -
HSV(B) 328.05º 0.83% 0.73% -
XYZ 23.48 12.49 16.8 -
YUV 86.39 143.02 198.33 -
System Red Green Blue C M Y K H S L
Decimal 185 31 113 0 0.83 0.39 0.27 328.05 0.71 0.42
Hex B9 1F 71 0 53 27 1B 148 47 2A
Octal 271 37 161 0 123 47 33 510 107 52
Binary 10111001 11111 1110001 0 1010011 100111 11011 101001000 1000111 101010

Color Harmonies of #B91F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91F71

Black with #B91F71

Text Example


Text Example

White with #B91F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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