Html Css Color HEX #B42179 Medium Red Violet

📋 copy color: '#B42179'

red 180 ◦ green 33 ◦ blue 121

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

Shades of Medium Red Violet #B42179

Tints of Medium Red Violet #B42179

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.88%

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

R = 53.89%
G = 9.88%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B42179 (or 0xB42179) is known color: Medium Red Violet. HEX triplet: B4, 21 and 79. RGB value is (180,33,121). Sum of RGB (Red+Green+Blue) = 180+33+121=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B42179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42179 is #4BDE86. Grayscale: #565656. Windows color (decimal): -4972167 or 7938484. OLE color: 7938484.

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

Color convert

RGB 180 33 121 -
CMYK 0 0.82 0.33 0.29
HSL 324.08º 0.69% 0.42% -
HSV(B) 324.08º 0.82% 0.71% -
XYZ 22.82 12.17 19.24 -
YUV 86.99 147.2 194.34 -
System Red Green Blue C M Y K H S L
Decimal 180 33 121 0 0.82 0.33 0.29 324.08 0.69 0.42
Hex B4 21 79 0 52 21 1D 144 45 2A
Octal 264 41 171 0 122 41 35 504 105 52
Binary 10110100 100001 1111001 0 1010010 100001 11101 101000100 1000101 101010

Color Harmonies of #B42179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42179

Black with #B42179

Text Example


Text Example

White with #B42179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42179; }

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

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

background-color css

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

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

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

border-color css

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

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

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