Html Css Color HEX #B12979 Medium Red Violet

📋 copy color: '#B12979'

red 177 ◦ green 41 ◦ blue 121

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

Shades of Medium Red Violet #B12979

Tints of Medium Red Violet #B12979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.09%

 BLUE value IS 121 (47.66% from 255) = 35.69%

R = 52.21%
G = 12.09%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B12979 (or 0xB12979) is known color: Medium Red Violet. HEX triplet: B1, 29 and 79. RGB value is (177,41,121). Sum of RGB (Red+Green+Blue) = 177+41+121=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B12979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12979 is #4ED686. Grayscale: #5A5A5A. Windows color (decimal): -5166727 or 7940529. OLE color: 7940529.

HSL color Cylindrical-coordinate representation of color #B12979: hue angle of 324.71º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12979 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 41 121 -
CMYK 0 0.77 0.32 0.31
HSL 324.71º 0.62% 0.43% -
HSV(B) 324.71º 0.77% 0.69% -
XYZ 22.38 12.31 19.29 -
YUV 90.78 145.06 189.5 -
System Red Green Blue C M Y K H S L
Decimal 177 41 121 0 0.77 0.32 0.31 324.71 0.62 0.43
Hex B1 29 79 0 4D 20 1F 145 3E 2B
Octal 261 51 171 0 115 40 37 505 76 53
Binary 10110001 101001 1111001 0 1001101 100000 11111 101000101 111110 101011

Color Harmonies of #B12979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12979

Black with #B12979

Text Example


Text Example

White with #B12979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12979; }

 p { color: rgb(177,41,121); }

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

background-color css

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

 a { background-color: rgb(177,41,121); }

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

border-color css

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

 span { border-color: rgb(177,41,121); }

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