Html Css Color HEX #B41579 Medium Violet Red

📋 copy color: '#B41579'

red 180 ◦ green 21 ◦ blue 121

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

Shades of Medium Violet Red #B41579

Tints of Medium Violet Red #B41579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.52%

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

R = 55.9%
G = 6.52%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B41579 (or 0xB41579) is known color: Medium Violet Red. HEX triplet: B4, 15 and 79. RGB value is (180,21,121). Sum of RGB (Red+Green+Blue) = 180+21+121=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B41579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41579 is #4BEA86. Grayscale: #4F4F4F. Windows color (decimal): -4975239 or 7935412. OLE color: 7935412.

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

Color convert

RGB 180 21 121 -
CMYK 0 0.88 0.33 0.29
HSL 322.26º 0.79% 0.39% -
HSV(B) 322.26º 0.88% 0.71% -
XYZ 22.54 11.62 19.14 -
YUV 79.94 151.18 199.37 -
System Red Green Blue C M Y K H S L
Decimal 180 21 121 0 0.88 0.33 0.29 322.26 0.79 0.39
Hex B4 15 79 0 58 21 1D 142 4F 27
Octal 264 25 171 0 130 41 35 502 117 47
Binary 10110100 10101 1111001 0 1011000 100001 11101 101000010 1001111 100111

Color Harmonies of #B41579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41579

Black with #B41579

Text Example


Text Example

White with #B41579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41579; }

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

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

background-color css

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

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

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

border-color css

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

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

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