Html Css Color HEX #B41DAA Medium Violet Red

📋 copy color: '#B41DAA'

red 180 ◦ green 29 ◦ blue 170

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

Shades of Medium Violet Red #B41DAA

Tints of Medium Violet Red #B41DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 47.49%
G = 7.65%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B41DAA (or 0xB41DAA) is known color: Medium Violet Red. HEX triplet: B4, 1D and AA. RGB value is (180,29,170). Sum of RGB (Red+Green+Blue) = 180+29+170=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B41DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41DAA is #4BE255. Grayscale: #595959. Windows color (decimal): -4973142 or 11148724. OLE color: 11148724.

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

Color convert

RGB 180 29 170 -
CMYK 0 0.84 0.06 0.29
HSL 303.97º 0.72% 0.41% -
HSV(B) 303.97º 0.84% 0.71% -
XYZ 26.52 13.48 39.24 -
YUV 90.22 173.03 192.04 -
System Red Green Blue C M Y K H S L
Decimal 180 29 170 0 0.84 0.06 0.29 303.97 0.72 0.41
Hex B4 1D AA 0 54 6 1D 130 48 29
Octal 264 35 252 0 124 6 35 460 110 51
Binary 10110100 11101 10101010 0 1010100 110 11101 100110000 1001000 101001

Color Harmonies of #B41DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41DAA

Black with #B41DAA

Text Example


Text Example

White with #B41DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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