Html Css Color HEX #B12091 Medium Red Violet

📋 copy color: '#B12091'

red 177 ◦ green 32 ◦ blue 145

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

Shades of Medium Red Violet #B12091

Tints of Medium Red Violet #B12091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.04%

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

R = 50%
G = 9.04%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B12091 (or 0xB12091) is known color: Medium Red Violet. HEX triplet: B1, 20 and 91. RGB value is (177,32,145). Sum of RGB (Red+Green+Blue) = 177+32+145=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B12091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12091 is #4EDF6E. Grayscale: #575757. Windows color (decimal): -5169007 or 9511089. OLE color: 9511089.

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

Color convert

RGB 177 32 145 -
CMYK 0 0.82 0.18 0.31
HSL 313.24º 0.69% 0.41% -
HSV(B) 313.24º 0.82% 0.69% -
XYZ 23.76 12.42 27.93 -
YUV 88.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 177 32 145 0 0.82 0.18 0.31 313.24 0.69 0.41
Hex B1 20 91 0 52 12 1F 139 45 29
Octal 261 40 221 0 122 22 37 471 105 51
Binary 10110001 100000 10010001 0 1010010 10010 11111 100111001 1000101 101001

Color Harmonies of #B12091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12091

Black with #B12091

Text Example


Text Example

White with #B12091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12091; }

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

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

background-color css

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

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

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

border-color css

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

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

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