#B41DC6

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

Shades of Deep Magenta #B41DC6

Tints of Deep Magenta #B41DC6

Color information

#B41DC6 (or 0xB41DC6) is unknown color: approx Deep Magenta. HEX triplet: B4, 1D and C6. RGB value is (180,29,198). Sum of RGB (Red+Green+Blue) = 180+29+198=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #B41DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41DC6 is #4BE239. Grayscale: #5C5C5C. Windows color (decimal): -4973114 or 12983732. OLE color: 12983732.

HSL color Cylindrical-coordinate representation of color #B41DC6: hue angle of 293.61º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41DC6 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18029198-
CMYK0.090.8500.22
HSL293.61º74.45%44.51%-
HSV(B)293.61º85.35%77.65%-
XYZ29.4514.6654.7-
YUV93.42187.03189.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 29 (11.72% from 255) = 7.13%
BLUE value IS 198 (77.73% from 255) = 48.65%
R=44.23%
G=7.13%
B=48.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180291980.090.8500.22293.6174.4544.51
HexB41DC69550161264a2d
Octal264353061112502644611255
Binary101101001110111000110100110101010101101001001101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41DC6; }

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

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

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

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

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

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

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

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