Html Css Color HEX #B12291 Medium Red Violet

📋 copy color: '#B12291'

red 177 ◦ green 34 ◦ blue 145

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

Shades of Medium Red Violet #B12291

Tints of Medium Red Violet #B12291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.55%

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

R = 49.72%
G = 9.55%
B = 40.73%

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

#B12291 (or 0xB12291) is known color: Medium Red Violet. HEX triplet: B1, 22 and 91. RGB value is (177,34,145). Sum of RGB (Red+Green+Blue) = 177+34+145=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B12291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12291 is #4EDD6E. Grayscale: #595959. Windows color (decimal): -5168495 or 9511601. OLE color: 9511601.

HSL color Cylindrical-coordinate representation of color #B12291: hue angle of 313.43º degrees, saturation: 0.68, 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 #B12291 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 34 145 -
CMYK 0 0.81 0.18 0.31
HSL 313.43º 0.68% 0.41% -
HSV(B) 313.43º 0.81% 0.69% -
XYZ 23.81 12.54 27.95 -
YUV 89.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 177 34 145 0 0.81 0.18 0.31 313.43 0.68 0.41
Hex B1 22 91 0 51 12 1F 139 44 29
Octal 261 42 221 0 121 22 37 471 104 51
Binary 10110001 100010 10010001 0 1010001 10010 11111 100111001 1000100 101001

Color Harmonies of #B12291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12291

Black with #B12291

Text Example


Text Example

White with #B12291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12291; }

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

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

background-color css

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

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

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

border-color css

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

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

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