Html Css Color HEX #B41DA1 Medium Violet Red

📋 copy color: '#B41DA1'

red 180 ◦ green 29 ◦ blue 161

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

Shades of Medium Violet Red #B41DA1

Tints of Medium Violet Red #B41DA1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.84%

 BLUE value IS 161 (63.28% from 255) = 43.51%

R = 48.65%
G = 7.84%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B41DA1 (or 0xB41DA1) is known color: Medium Violet Red. HEX triplet: B4, 1D and A1. RGB value is (180,29,161). Sum of RGB (Red+Green+Blue) = 180+29+161=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B41DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41DA1 is #4BE25E. Grayscale: #585858. Windows color (decimal): -4973151 or 10558900. OLE color: 10558900.

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

Color convert

RGB 180 29 161 -
CMYK 0 0.84 0.11 0.29
HSL 307.55º 0.72% 0.41% -
HSV(B) 307.55º 0.84% 0.71% -
XYZ 25.69 13.16 34.9 -
YUV 89.2 168.53 192.77 -
System Red Green Blue C M Y K H S L
Decimal 180 29 161 0 0.84 0.11 0.29 307.55 0.72 0.41
Hex B4 1D A1 0 54 B 1D 134 48 29
Octal 264 35 241 0 124 13 35 464 110 51
Binary 10110100 11101 10100001 0 1010100 1011 11101 100110100 1001000 101001

Color Harmonies of #B41DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41DA1

Black with #B41DA1

Text Example


Text Example

White with #B41DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41DA1; }

 p { color: rgb(180,29,161); }

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

background-color css

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

 a { background-color: rgb(180,29,161); }

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

border-color css

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

 span { border-color: rgb(180,29,161); }

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