Html Css Color HEX #B41F90 Medium Violet Red

📋 copy color: '#B41F90'

red 180 ◦ green 31 ◦ blue 144

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

Shades of Medium Violet Red #B41F90

Tints of Medium Violet Red #B41F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.56%

R = 50.7%
G = 8.73%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B41F90 (or 0xB41F90) is known color: Medium Violet Red. HEX triplet: B4, 1F and 90. RGB value is (180,31,144). Sum of RGB (Red+Green+Blue) = 180+31+144=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41F90 is #4BE06F. Grayscale: #585858. Windows color (decimal): -4972656 or 9445300. OLE color: 9445300.

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

Color convert

RGB 180 31 144 -
CMYK 0 0.83 0.2 0.29
HSL 314.5º 0.71% 0.41% -
HSV(B) 314.5º 0.83% 0.71% -
XYZ 24.35 12.7 27.55 -
YUV 88.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 180 31 144 0 0.83 0.2 0.29 314.5 0.71 0.41
Hex B4 1F 90 0 53 14 1D 13A 47 29
Octal 264 37 220 0 123 24 35 472 107 51
Binary 10110100 11111 10010000 0 1010011 10100 11101 100111010 1000111 101001

Color Harmonies of #B41F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41F90

Black with #B41F90

Text Example


Text Example

White with #B41F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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