Html Css Color HEX #B41AAC Deep Magenta

📋 copy color: '#B41AAC'

red 180 ◦ green 26 ◦ blue 172

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

Shades of Deep Magenta #B41AAC

Tints of Deep Magenta #B41AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.88%

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 47.62%
G = 6.88%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B41AAC (or 0xB41AAC) is known color: Deep Magenta. HEX triplet: B4, 1A and AC. RGB value is (180,26,172). Sum of RGB (Red+Green+Blue) = 180+26+172=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B41AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41AAC is #4BE553. Grayscale: #585858. Windows color (decimal): -4973908 or 11279028. OLE color: 11279028.

HSL color Cylindrical-coordinate representation of color #B41AAC: hue angle of 303.12º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41AAC is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 26 172 -
CMYK 0 0.86 0.04 0.29
HSL 303.12º 0.75% 0.4% -
HSV(B) 303.12º 0.86% 0.71% -
XYZ 26.64 13.42 40.22 -
YUV 88.69 175.02 193.13 -
System Red Green Blue C M Y K H S L
Decimal 180 26 172 0 0.86 0.04 0.29 303.12 0.75 0.4
Hex B4 1A AC 0 56 4 1D 12F 4B 28
Octal 264 32 254 0 126 4 35 457 113 50
Binary 10110100 11010 10101100 0 1010110 100 11101 100101111 1001011 101000

Color Harmonies of #B41AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41AAC

Black with #B41AAC

Text Example


Text Example

White with #B41AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41AAC; }

 p { color: rgb(180,26,172); }

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

background-color css

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

 a { background-color: rgb(180,26,172); }

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

border-color css

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

 span { border-color: rgb(180,26,172); }

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