Html Css Color HEX #B41F7D Medium Red Violet

📋 copy color: '#B41F7D'

red 180 ◦ green 31 ◦ blue 125

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

Shades of Medium Red Violet #B41F7D

Tints of Medium Red Violet #B41F7D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.23%

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 53.57%
G = 9.23%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B41F7D (or 0xB41F7D) is known color: Medium Red Violet. HEX triplet: B4, 1F and 7D. RGB value is (180,31,125). Sum of RGB (Red+Green+Blue) = 180+31+125=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41F7D is #4BE082. Grayscale: #565656. Windows color (decimal): -4972675 or 8200116. OLE color: 8200116.

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

Color convert

RGB 180 31 125 -
CMYK 0 0.83 0.31 0.29
HSL 322.15º 0.71% 0.41% -
HSV(B) 322.15º 0.83% 0.71% -
XYZ 23.01 12.16 20.54 -
YUV 86.27 149.86 194.86 -
System Red Green Blue C M Y K H S L
Decimal 180 31 125 0 0.83 0.31 0.29 322.15 0.71 0.41
Hex B4 1F 7D 0 53 1F 1D 142 47 29
Octal 264 37 175 0 123 37 35 502 107 51
Binary 10110100 11111 1111101 0 1010011 11111 11101 101000010 1000111 101001

Color Harmonies of #B41F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41F7D

Black with #B41F7D

Text Example


Text Example

White with #B41F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41F7D; }

 p { color: rgb(180,31,125); }

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

background-color css

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

 a { background-color: rgb(180,31,125); }

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

border-color css

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

 span { border-color: rgb(180,31,125); }

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