Html Css Color HEX #B42071 Medium Red Violet

📋 copy color: '#B42071'

red 180 ◦ green 32 ◦ blue 113

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

Shades of Medium Red Violet #B42071

Tints of Medium Red Violet #B42071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.85%

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 55.38%
G = 9.85%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B42071 (or 0xB42071) is known color: Medium Red Violet. HEX triplet: B4, 20 and 71. RGB value is (180,32,113). Sum of RGB (Red+Green+Blue) = 180+32+113=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B42071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42071 is #4BDF8E. Grayscale: #555555. Windows color (decimal): -4972431 or 7413940. OLE color: 7413940.

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

Color convert

RGB 180 32 113 -
CMYK 0 0.82 0.37 0.29
HSL 327.16º 0.7% 0.42% -
HSV(B) 327.16º 0.82% 0.71% -
XYZ 22.32 11.93 16.75 -
YUV 85.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 180 32 113 0 0.82 0.37 0.29 327.16 0.7 0.42
Hex B4 20 71 0 52 25 1D 147 46 2A
Octal 264 40 161 0 122 45 35 507 106 52
Binary 10110100 100000 1110001 0 1010010 100101 11101 101000111 1000110 101010

Color Harmonies of #B42071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42071

Black with #B42071

Text Example


Text Example

White with #B42071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42071; }

 p { color: rgb(180,32,113); }

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

background-color css

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

 a { background-color: rgb(180,32,113); }

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

border-color css

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

 span { border-color: rgb(180,32,113); }

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