Html Css Color HEX #B42771 Medium Red Violet

📋 copy color: '#B42771'

red 180 ◦ green 39 ◦ blue 113

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

Shades of Medium Red Violet #B42771

Tints of Medium Red Violet #B42771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.75%

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

R = 54.22%
G = 11.75%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B42771 (or 0xB42771) is known color: Medium Red Violet. HEX triplet: B4, 27 and 71. RGB value is (180,39,113). Sum of RGB (Red+Green+Blue) = 180+39+113=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B42771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42771 is #4BD88E. Grayscale: #595959. Windows color (decimal): -4970639 or 7415732. OLE color: 7415732.

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

Color convert

RGB 180 39 113 -
CMYK 0 0.78 0.37 0.29
HSL 328.51º 0.64% 0.43% -
HSV(B) 328.51º 0.78% 0.71% -
XYZ 22.53 12.35 16.82 -
YUV 89.6 141.21 192.48 -
System Red Green Blue C M Y K H S L
Decimal 180 39 113 0 0.78 0.37 0.29 328.51 0.64 0.43
Hex B4 27 71 0 4E 25 1D 149 40 2B
Octal 264 47 161 0 116 45 35 511 100 53
Binary 10110100 100111 1110001 0 1001110 100101 11101 101001001 1000000 101011

Color Harmonies of #B42771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42771

Black with #B42771

Text Example


Text Example

White with #B42771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42771; }

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

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

background-color css

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

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

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

border-color css

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

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

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