Html Css Color HEX #B41C7F Medium Violet Red

📋 copy color: '#B41C7F'

red 180 ◦ green 28 ◦ blue 127

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

Shades of Medium Violet Red #B41C7F

Tints of Medium Violet Red #B41C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.91%

R = 53.73%
G = 8.36%
B = 37.91%

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

#B41C7F (or 0xB41C7F) is known color: Medium Violet Red. HEX triplet: B4, 1C and 7F. RGB value is (180,28,127). Sum of RGB (Red+Green+Blue) = 180+28+127=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C7F is #4BE380. Grayscale: #545454. Windows color (decimal): -4973441 or 8330420. OLE color: 8330420.

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

Color convert

RGB 180 28 127 -
CMYK 0 0.84 0.29 0.29
HSL 320.92º 0.73% 0.41% -
HSV(B) 320.92º 0.84% 0.71% -
XYZ 23.07 12.07 21.19 -
YUV 84.73 151.86 195.95 -
System Red Green Blue C M Y K H S L
Decimal 180 28 127 0 0.84 0.29 0.29 320.92 0.73 0.41
Hex B4 1C 7F 0 54 1D 1D 141 49 29
Octal 264 34 177 0 124 35 35 501 111 51
Binary 10110100 11100 1111111 0 1010100 11101 11101 101000001 1001001 101001

Color Harmonies of #B41C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C7F

Black with #B41C7F

Text Example


Text Example

White with #B41C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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