Html Css Color HEX #B41DAE Deep Magenta

📋 copy color: '#B41DAE'

red 180 ◦ green 29 ◦ blue 174

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

Shades of Deep Magenta #B41DAE

Tints of Deep Magenta #B41DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 47%
G = 7.57%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B41DAE (or 0xB41DAE) is known color: Deep Magenta. HEX triplet: B4, 1D and AE. RGB value is (180,29,174). Sum of RGB (Red+Green+Blue) = 180+29+174=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B41DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41DAE is #4BE251. Grayscale: #5A5A5A. Windows color (decimal): -4973138 or 11410868. OLE color: 11410868.

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

Color convert

RGB 180 29 174 -
CMYK 0 0.84 0.03 0.29
HSL 302.38º 0.72% 0.41% -
HSV(B) 302.38º 0.84% 0.71% -
XYZ 26.9 13.64 41.26 -
YUV 90.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 180 29 174 0 0.84 0.03 0.29 302.38 0.72 0.41
Hex B4 1D AE 0 54 3 1D 12E 48 29
Octal 264 35 256 0 124 3 35 456 110 51
Binary 10110100 11101 10101110 0 1010100 11 11101 100101110 1001000 101001

Color Harmonies of #B41DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41DAE

Black with #B41DAE

Text Example


Text Example

White with #B41DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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