Html Css Color HEX #B41979 Medium Violet Red

📋 copy color: '#B41979'

red 180 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #B41979

Tints of Medium Violet Red #B41979

RGB

 RED value IS 180 (70.7% from 255) = 55.21%

 GREEN value IS 25 (10.16% from 255) = 7.67%

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

R = 55.21%
G = 7.67%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B41979 (or 0xB41979) is known color: Medium Violet Red. HEX triplet: B4, 19 and 79. RGB value is (180,25,121). Sum of RGB (Red+Green+Blue) = 180+25+121=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B41979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41979 is #4BE686. Grayscale: #525252. Windows color (decimal): -4974215 or 7936436. OLE color: 7936436.

HSL color Cylindrical-coordinate representation of color #B41979: hue angle of 322.84º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41979 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 25 121 -
CMYK 0 0.86 0.33 0.29
HSL 322.84º 0.76% 0.4% -
HSV(B) 322.84º 0.86% 0.71% -
XYZ 22.62 11.78 19.17 -
YUV 82.29 149.85 197.69 -
System Red Green Blue C M Y K H S L
Decimal 180 25 121 0 0.86 0.33 0.29 322.84 0.76 0.4
Hex B4 19 79 0 56 21 1D 143 4C 28
Octal 264 31 171 0 126 41 35 503 114 50
Binary 10110100 11001 1111001 0 1010110 100001 11101 101000011 1001100 101000

Color Harmonies of #B41979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41979

Black with #B41979

Text Example


Text Example

White with #B41979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41979; }

 p { color: rgb(180,25,121); }

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

background-color css

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

 a { background-color: rgb(180,25,121); }

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

border-color css

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

 span { border-color: rgb(180,25,121); }

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