Html Css Color HEX #B41C80 Medium Violet Red

📋 copy color: '#B41C80'

red 180 ◦ green 28 ◦ blue 128

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

Shades of Medium Violet Red #B41C80

Tints of Medium Violet Red #B41C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.1%

R = 53.57%
G = 8.33%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B41C80 (or 0xB41C80) is known color: Medium Violet Red. HEX triplet: B4, 1C and 80. RGB value is (180,28,128). Sum of RGB (Red+Green+Blue) = 180+28+128=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41C80 is #4BE37F. Grayscale: #545454. Windows color (decimal): -4973440 or 8395956. OLE color: 8395956.

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

Color convert

RGB 180 28 128 -
CMYK 0 0.84 0.29 0.29
HSL 320.53º 0.73% 0.41% -
HSV(B) 320.53º 0.84% 0.71% -
XYZ 23.13 12.09 21.54 -
YUV 84.85 152.36 195.87 -
System Red Green Blue C M Y K H S L
Decimal 180 28 128 0 0.84 0.29 0.29 320.53 0.73 0.41
Hex B4 1C 80 0 54 1D 1D 141 49 29
Octal 264 34 200 0 124 35 35 501 111 51
Binary 10110100 11100 10000000 0 1010100 11101 11101 101000001 1001001 101001

Color Harmonies of #B41C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C80

Black with #B41C80

Text Example


Text Example

White with #B41C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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