Html Css Color HEX #B42576 Medium Red Violet

📋 copy color: '#B42576'

red 180 ◦ green 37 ◦ blue 118

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

Shades of Medium Red Violet #B42576

Tints of Medium Red Violet #B42576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.22%

R = 53.73%
G = 11.04%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B42576 (or 0xB42576) is known color: Medium Red Violet. HEX triplet: B4, 25 and 76. RGB value is (180,37,118). Sum of RGB (Red+Green+Blue) = 180+37+118=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B42576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42576 is #4BDA89. Grayscale: #585858. Windows color (decimal): -4971146 or 7742900. OLE color: 7742900.

HSL color Cylindrical-coordinate representation of color #B42576: hue angle of 326.01º 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 #B42576 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 118 -
CMYK 0 0.79 0.34 0.29
HSL 326.01º 0.66% 0.43% -
HSV(B) 326.01º 0.79% 0.71% -
XYZ 22.75 12.33 18.32 -
YUV 88.99 144.38 192.91 -
System Red Green Blue C M Y K H S L
Decimal 180 37 118 0 0.79 0.34 0.29 326.01 0.66 0.43
Hex B4 25 76 0 4F 22 1D 146 42 2B
Octal 264 45 166 0 117 42 35 506 102 53
Binary 10110100 100101 1110110 0 1001111 100010 11101 101000110 1000010 101011

Color Harmonies of #B42576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42576

Black with #B42576

Text Example


Text Example

White with #B42576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42576; }

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

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

background-color css

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

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

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

border-color css

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

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

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