Html Css Color HEX #B42976 Medium Red Violet

📋 copy color: '#B42976'

red 180 ◦ green 41 ◦ blue 118

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

Shades of Medium Red Violet #B42976

Tints of Medium Red Violet #B42976

RGB

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

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

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

R = 53.1%
G = 12.09%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B42976 (or 0xB42976) is known color: Medium Red Violet. HEX triplet: B4, 29 and 76. RGB value is (180,41,118). Sum of RGB (Red+Green+Blue) = 180+41+118=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B42976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42976 is #4BD689. Grayscale: #5B5B5B. Windows color (decimal): -4970122 or 7743924. OLE color: 7743924.

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

Color convert

RGB 180 41 118 -
CMYK 0 0.77 0.34 0.29
HSL 326.76º 0.63% 0.43% -
HSV(B) 326.76º 0.77% 0.71% -
XYZ 22.89 12.6 18.36 -
YUV 91.34 143.05 191.24 -
System Red Green Blue C M Y K H S L
Decimal 180 41 118 0 0.77 0.34 0.29 326.76 0.63 0.43
Hex B4 29 76 0 4D 22 1D 147 3F 2B
Octal 264 51 166 0 115 42 35 507 77 53
Binary 10110100 101001 1110110 0 1001101 100010 11101 101000111 111111 101011

Color Harmonies of #B42976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42976

Black with #B42976

Text Example


Text Example

White with #B42976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42976; }

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

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

background-color css

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

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

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

border-color css

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

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

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