Html Css Color HEX #B41ACE Deep Magenta

📋 copy color: '#B41ACE'

red 180 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #B41ACE

Tints of Deep Magenta #B41ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50%

R = 43.69%
G = 6.31%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B41ACE (or 0xB41ACE) is known color: Deep Magenta. HEX triplet: B4, 1A and CE. RGB value is (180,26,206). Sum of RGB (Red+Green+Blue) = 180+26+206=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #B41ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41ACE is #4BE531. Grayscale: #5C5C5C. Windows color (decimal): -4973874 or 13507252. OLE color: 13507252.

HSL color Cylindrical-coordinate representation of color #B41ACE: hue angle of 291.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41ACE is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 26 206 -
CMYK 0.13 0.87 0 0.19
HSL 291.33º 0.78% 0.45% -
HSV(B) 291.33º 0.87% 0.81% -
XYZ 30.33 14.9 59.67 -
YUV 92.57 192.02 190.36 -
System Red Green Blue C M Y K H S L
Decimal 180 26 206 0.13 0.87 0 0.19 291.33 0.78 0.45
Hex B4 1A CE D 57 0 13 123 4E 2D
Octal 264 32 316 15 127 0 23 443 116 55
Binary 10110100 11010 11001110 1101 1010111 0 10011 100100011 1001110 101101

Color Harmonies of #B41ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41ACE

Black with #B41ACE

Text Example


Text Example

White with #B41ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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