Html Css Color HEX #B41F99 Medium Violet Red

📋 copy color: '#B41F99'

red 180 ◦ green 31 ◦ blue 153

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

Shades of Medium Violet Red #B41F99

Tints of Medium Violet Red #B41F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 49.45%
G = 8.52%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B41F99 (or 0xB41F99) is known color: Medium Violet Red. HEX triplet: B4, 1F and 99. RGB value is (180,31,153). Sum of RGB (Red+Green+Blue) = 180+31+153=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41F99 is #4BE066. Grayscale: #595959. Windows color (decimal): -4972647 or 10035124. OLE color: 10035124.

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

Color convert

RGB 180 31 153 -
CMYK 0 0.83 0.15 0.29
HSL 310.87º 0.71% 0.41% -
HSV(B) 310.87º 0.83% 0.71% -
XYZ 25.06 12.98 31.32 -
YUV 89.46 163.86 192.58 -
System Red Green Blue C M Y K H S L
Decimal 180 31 153 0 0.83 0.15 0.29 310.87 0.71 0.41
Hex B4 1F 99 0 53 F 1D 137 47 29
Octal 264 37 231 0 123 17 35 467 107 51
Binary 10110100 11111 10011001 0 1010011 1111 11101 100110111 1000111 101001

Color Harmonies of #B41F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41F99

Black with #B41F99

Text Example


Text Example

White with #B41F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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