Html Css Color HEX #B42479 Medium Red Violet

📋 copy color: '#B42479'

red 180 ◦ green 36 ◦ blue 121

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

Shades of Medium Red Violet #B42479

Tints of Medium Red Violet #B42479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.68%

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

R = 53.41%
G = 10.68%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B42479 (or 0xB42479) is known color: Medium Red Violet. HEX triplet: B4, 24 and 79. RGB value is (180,36,121). Sum of RGB (Red+Green+Blue) = 180+36+121=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B42479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42479 is #4BDB86. Grayscale: #585858. Windows color (decimal): -4971399 or 7939252. OLE color: 7939252.

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

Color convert

RGB 180 36 121 -
CMYK 0 0.8 0.33 0.29
HSL 324.58º 0.67% 0.42% -
HSV(B) 324.58º 0.8% 0.71% -
XYZ 22.9 12.35 19.26 -
YUV 88.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 180 36 121 0 0.8 0.33 0.29 324.58 0.67 0.42
Hex B4 24 79 0 50 21 1D 145 43 2A
Octal 264 44 171 0 120 41 35 505 103 52
Binary 10110100 100100 1111001 0 1010000 100001 11101 101000101 1000011 101010

Color Harmonies of #B42479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42479

Black with #B42479

Text Example


Text Example

White with #B42479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42479; }

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

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

background-color css

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

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

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

border-color css

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

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

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