Html Css Color HEX #B12191 Medium Red Violet

📋 copy color: '#B12191'

red 177 ◦ green 33 ◦ blue 145

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

Shades of Medium Red Violet #B12191

Tints of Medium Red Violet #B12191

RGB

 RED value IS 177 (69.53% from 255) = 49.86%

 GREEN value IS 33 (13.28% from 255) = 9.3%

 BLUE value IS 145 (57.03% from 255) = 40.85%

R = 49.86%
G = 9.3%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B12191 (or 0xB12191) is known color: Medium Red Violet. HEX triplet: B1, 21 and 91. RGB value is (177,33,145). Sum of RGB (Red+Green+Blue) = 177+33+145=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B12191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12191 is #4EDE6E. Grayscale: #585858. Windows color (decimal): -5168751 or 9511345. OLE color: 9511345.

HSL color Cylindrical-coordinate representation of color #B12191: hue angle of 313.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12191 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 145 -
CMYK 0 0.81 0.18 0.31
HSL 313.33º 0.69% 0.41% -
HSV(B) 313.33º 0.81% 0.69% -
XYZ 23.79 12.48 27.94 -
YUV 88.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 177 33 145 0 0.81 0.18 0.31 313.33 0.69 0.41
Hex B1 21 91 0 51 12 1F 139 45 29
Octal 261 41 221 0 121 22 37 471 105 51
Binary 10110001 100001 10010001 0 1010001 10010 11111 100111001 1000101 101001

Color Harmonies of #B12191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12191

Black with #B12191

Text Example


Text Example

White with #B12191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12191; }

 p { color: rgb(177,33,145); }

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

background-color css

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

 a { background-color: rgb(177,33,145); }

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

border-color css

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

 span { border-color: rgb(177,33,145); }

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