Html Css Color HEX #B41F8D Medium Violet Red

📋 copy color: '#B41F8D'

red 180 ◦ green 31 ◦ blue 141

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

Shades of Medium Violet Red #B41F8D

Tints of Medium Violet Red #B41F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 51.14%
G = 8.81%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B41F8D (or 0xB41F8D) is known color: Medium Violet Red. HEX triplet: B4, 1F and 8D. RGB value is (180,31,141). Sum of RGB (Red+Green+Blue) = 180+31+141=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41F8D is #4BE072. Grayscale: #575757. Windows color (decimal): -4972659 or 9248692. OLE color: 9248692.

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

Color convert

RGB 180 31 141 -
CMYK 0 0.83 0.22 0.29
HSL 315.7º 0.71% 0.41% -
HSV(B) 315.7º 0.83% 0.71% -
XYZ 24.12 12.61 26.36 -
YUV 88.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 180 31 141 0 0.83 0.22 0.29 315.7 0.71 0.41
Hex B4 1F 8D 0 53 16 1D 13C 47 29
Octal 264 37 215 0 123 26 35 474 107 51
Binary 10110100 11111 10001101 0 1010011 10110 11101 100111100 1000111 101001

Color Harmonies of #B41F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41F8D

Black with #B41F8D

Text Example


Text Example

White with #B41F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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