Html Css Color HEX #B12271 Medium Red Violet

📋 copy color: '#B12271'

red 177 ◦ green 34 ◦ blue 113

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

Shades of Medium Red Violet #B12271

Tints of Medium Red Violet #B12271

RGB

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

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

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

R = 54.63%
G = 10.49%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B12271 (or 0xB12271) is known color: Medium Red Violet. HEX triplet: B1, 22 and 71. RGB value is (177,34,113). Sum of RGB (Red+Green+Blue) = 177+34+113=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B12271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12271 is #4EDD8E. Grayscale: #555555. Windows color (decimal): -5168527 or 7414449. OLE color: 7414449.

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

Color convert

RGB 177 34 113 -
CMYK 0 0.81 0.36 0.31
HSL 326.85º 0.68% 0.41% -
HSV(B) 326.85º 0.81% 0.69% -
XYZ 21.68 11.68 16.74 -
YUV 85.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 177 34 113 0 0.81 0.36 0.31 326.85 0.68 0.41
Hex B1 22 71 0 51 24 1F 147 44 29
Octal 261 42 161 0 121 44 37 507 104 51
Binary 10110001 100010 1110001 0 1010001 100100 11111 101000111 1000100 101001

Color Harmonies of #B12271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12271

Black with #B12271

Text Example


Text Example

White with #B12271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12271; }

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

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

background-color css

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

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

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

border-color css

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

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

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