Html Css Color HEX #B41879 Medium Violet Red

📋 copy color: '#B41879'

red 180 ◦ green 24 ◦ blue 121

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

Shades of Medium Violet Red #B41879

Tints of Medium Violet Red #B41879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.38%

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

R = 55.38%
G = 7.38%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B41879 (or 0xB41879) is known color: Medium Violet Red. HEX triplet: B4, 18 and 79. RGB value is (180,24,121). Sum of RGB (Red+Green+Blue) = 180+24+121=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B41879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41879 is #4BE786. Grayscale: #515151. Windows color (decimal): -4974471 or 7936180. OLE color: 7936180.

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

Color convert

RGB 180 24 121 -
CMYK 0 0.87 0.33 0.29
HSL 322.69º 0.76% 0.4% -
HSV(B) 322.69º 0.87% 0.71% -
XYZ 22.6 11.74 19.16 -
YUV 81.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 180 24 121 0 0.87 0.33 0.29 322.69 0.76 0.4
Hex B4 18 79 0 57 21 1D 143 4C 28
Octal 264 30 171 0 127 41 35 503 114 50
Binary 10110100 11000 1111001 0 1010111 100001 11101 101000011 1001100 101000

Color Harmonies of #B41879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41879

Black with #B41879

Text Example


Text Example

White with #B41879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41879; }

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

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

background-color css

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

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

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

border-color css

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

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

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