#B41AC1

Color #B41AC1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B41AC1

Tints of Deep Magenta #B41AC1

Color information

#B41AC1 (or 0xB41AC1) is unknown color: approx Deep Magenta. HEX triplet: B4, 1A and C1. RGB value is (180,26,193). Sum of RGB (Red+Green+Blue) = 180+26+193=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #B41AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41AC1 is #4BE53E. Grayscale: #5A5A5A. Windows color (decimal): -4973887 or 12655284. OLE color: 12655284.

HSL color Cylindrical-coordinate representation of color #B41AC1: hue angle of 295.33º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41AC1 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18026193-
CMYK0.070.8700.24
HSL295.33º76.26%42.94%-
HSV(B)295.33º86.53%75.69%-
XYZ28.8214.2951.69-
YUV91.08185.52191.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 26 (10.55% from 255) = 6.52%
BLUE value IS 193 (75.78% from 255) = 48.37%
R=45.11%
G=6.52%
B=48.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180261930.070.8700.24295.3376.2642.94
HexB41AC17570181274c2b
Octal26432301712703044711453
Binary10110100110101100000111110101110110001001001111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41AC1; }

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

 H1.HeaderClassName
 {
   color: #B41AC1;
 }
 .AnyTagClassName
 {
   color: #B41AC1;
 }
</style>
background-color css

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

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

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

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

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

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