Html Css Color HEX #B41E79 Medium Violet Red

📋 copy color: '#B41E79'

red 180 ◦ green 30 ◦ blue 121

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

Shades of Medium Violet Red #B41E79

Tints of Medium Violet Red #B41E79

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.06%

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

R = 54.38%
G = 9.06%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B41E79 (or 0xB41E79) is known color: Medium Violet Red. HEX triplet: B4, 1E and 79. RGB value is (180,30,121). Sum of RGB (Red+Green+Blue) = 180+30+121=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41E79 is #4BE186. Grayscale: #555555. Windows color (decimal): -4972935 or 7937716. OLE color: 7937716.

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

Color convert

RGB 180 30 121 -
CMYK 0 0.83 0.33 0.29
HSL 323.6º 0.71% 0.41% -
HSV(B) 323.6º 0.83% 0.71% -
XYZ 22.74 12.01 19.21 -
YUV 85.22 148.2 195.6 -
System Red Green Blue C M Y K H S L
Decimal 180 30 121 0 0.83 0.33 0.29 323.6 0.71 0.41
Hex B4 1E 79 0 53 21 1D 144 47 29
Octal 264 36 171 0 123 41 35 504 107 51
Binary 10110100 11110 1111001 0 1010011 100001 11101 101000100 1000111 101001

Color Harmonies of #B41E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41E79

Black with #B41E79

Text Example


Text Example

White with #B41E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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