Html Css Color HEX #B91D71 Medium Violet Red

📋 copy color: '#B91D71'

red 185 ◦ green 29 ◦ blue 113

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

Shades of Medium Violet Red #B91D71

Tints of Medium Violet Red #B91D71

RGB

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

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

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

R = 56.57%
G = 8.87%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B91D71 (or 0xB91D71) is known color: Medium Violet Red. HEX triplet: B9, 1D and 71. RGB value is (185,29,113). Sum of RGB (Red+Green+Blue) = 185+29+113=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91D71 is #46E28E. Grayscale: #555555. Windows color (decimal): -4645519 or 7413177. OLE color: 7413177.

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

Color convert

RGB 185 29 113 -
CMYK 0 0.84 0.39 0.27
HSL 327.69º 0.73% 0.42% -
HSV(B) 327.69º 0.84% 0.73% -
XYZ 23.43 12.39 16.78 -
YUV 85.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 185 29 113 0 0.84 0.39 0.27 327.69 0.73 0.42
Hex B9 1D 71 0 54 27 1B 148 49 2A
Octal 271 35 161 0 124 47 33 510 111 52
Binary 10111001 11101 1110001 0 1010100 100111 11011 101001000 1001001 101010

Color Harmonies of #B91D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91D71

Black with #B91D71

Text Example


Text Example

White with #B91D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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