#B419C1

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

Shades of Deep Magenta #B419C1

Tints of Deep Magenta #B419C1

Color information

#B419C1 (or 0xB419C1) is unknown color: approx Deep Magenta. HEX triplet: B4, 19 and C1. RGB value is (180,25,193). Sum of RGB (Red+Green+Blue) = 180+25+193=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #B419C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B419C1 is #4BE63E. Grayscale: #595959. Windows color (decimal): -4974143 or 12655028. OLE color: 12655028.

HSL color Cylindrical-coordinate representation of color #B419C1: hue angle of 295.36º degrees, saturation: 0.77, 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 #B419C1 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18025193-
CMYK0.070.8700.24
HSL295.36º77.06%42.75%-
HSV(B)295.36º87.05%75.69%-
XYZ28.814.2551.68-
YUV90.5185.85191.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 25 (10.16% from 255) = 6.28%
BLUE value IS 193 (75.78% from 255) = 48.49%
R=45.23%
G=6.28%
B=48.49%

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
Decimal180251930.070.8700.24295.3677.0642.75
HexB419C17570181274d2b
Octal26431301712703044711553
Binary10110100110011100000111110101110110001001001111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B419C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B419C1; }

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

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

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

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

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

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

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

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