Html Css Color HEX #B42979 Medium Red Violet

📋 copy color: '#B42979'

red 180 ◦ green 41 ◦ blue 121

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

Shades of Medium Red Violet #B42979

Tints of Medium Red Violet #B42979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.99%

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

R = 52.63%
G = 11.99%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B42979 (or 0xB42979) is known color: Medium Red Violet. HEX triplet: B4, 29 and 79. RGB value is (180,41,121). Sum of RGB (Red+Green+Blue) = 180+41+121=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B42979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42979 is #4BD686. Grayscale: #5B5B5B. Windows color (decimal): -4970119 or 7940532. OLE color: 7940532.

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

Color convert

RGB 180 41 121 -
CMYK 0 0.77 0.33 0.29
HSL 325.47º 0.63% 0.43% -
HSV(B) 325.47º 0.77% 0.71% -
XYZ 23.07 12.67 19.32 -
YUV 91.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 180 41 121 0 0.77 0.33 0.29 325.47 0.63 0.43
Hex B4 29 79 0 4D 21 1D 145 3F 2B
Octal 264 51 171 0 115 41 35 505 77 53
Binary 10110100 101001 1111001 0 1001101 100001 11101 101000101 111111 101011

Color Harmonies of #B42979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42979

Black with #B42979

Text Example


Text Example

White with #B42979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42979; }

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

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

background-color css

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

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

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

border-color css

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

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

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