Html Css Color HEX #B42579 Medium Red Violet

📋 copy color: '#B42579'

red 180 ◦ green 37 ◦ blue 121

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

Shades of Medium Red Violet #B42579

Tints of Medium Red Violet #B42579

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.95%

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

R = 53.25%
G = 10.95%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B42579 (or 0xB42579) is known color: Medium Red Violet. HEX triplet: B4, 25 and 79. RGB value is (180,37,121). Sum of RGB (Red+Green+Blue) = 180+37+121=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B42579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42579 is #4BDA86. Grayscale: #595959. Windows color (decimal): -4971143 or 7939508. OLE color: 7939508.

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

Color convert

RGB 180 37 121 -
CMYK 0 0.79 0.33 0.29
HSL 324.76º 0.66% 0.43% -
HSV(B) 324.76º 0.79% 0.71% -
XYZ 22.94 12.41 19.28 -
YUV 89.33 145.88 192.67 -
System Red Green Blue C M Y K H S L
Decimal 180 37 121 0 0.79 0.33 0.29 324.76 0.66 0.43
Hex B4 25 79 0 4F 21 1D 145 42 2B
Octal 264 45 171 0 117 41 35 505 102 53
Binary 10110100 100101 1111001 0 1001111 100001 11101 101000101 1000010 101011

Color Harmonies of #B42579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42579

Black with #B42579

Text Example


Text Example

White with #B42579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42579; }

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

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

background-color css

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

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

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

border-color css

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

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

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