Html Css Color HEX #B41C71 Medium Violet Red

📋 copy color: '#B41C71'

red 180 ◦ green 28 ◦ blue 113

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

Shades of Medium Violet Red #B41C71

Tints of Medium Violet Red #B41C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.72%

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

R = 56.07%
G = 8.72%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B41C71 (or 0xB41C71) is known color: Medium Violet Red. HEX triplet: B4, 1C and 71. RGB value is (180,28,113). Sum of RGB (Red+Green+Blue) = 180+28+113=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C71 is #4BE38E. Grayscale: #525252. Windows color (decimal): -4973455 or 7412916. OLE color: 7412916.

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

Color convert

RGB 180 28 113 -
CMYK 0 0.84 0.37 0.29
HSL 326.45º 0.73% 0.41% -
HSV(B) 326.45º 0.84% 0.71% -
XYZ 22.22 11.73 16.72 -
YUV 83.14 144.86 197.09 -
System Red Green Blue C M Y K H S L
Decimal 180 28 113 0 0.84 0.37 0.29 326.45 0.73 0.41
Hex B4 1C 71 0 54 25 1D 146 49 29
Octal 264 34 161 0 124 45 35 506 111 51
Binary 10110100 11100 1110001 0 1010100 100101 11101 101000110 1001001 101001

Color Harmonies of #B41C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C71

Black with #B41C71

Text Example


Text Example

White with #B41C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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