#B41DB7

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

Shades of Deep Magenta #B41DB7

Tints of Deep Magenta #B41DB7

Color information

#B41DB7 (or 0xB41DB7) is unknown color: approx Deep Magenta. HEX triplet: B4, 1D and B7. RGB value is (180,29,183). Sum of RGB (Red+Green+Blue) = 180+29+183=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 183 - color contains mainly: blue. Hex color #B41DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41DB7 is #4BE248. Grayscale: #5B5B5B. Windows color (decimal): -4973129 or 12000692. OLE color: 12000692.

HSL color Cylindrical-coordinate representation of color #B41DB7: hue angle of 298.83º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41DB7 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18029183-
CMYK0.020.8400.28
HSL298.83º72.64%41.57%-
HSV(B)298.83º84.15%71.76%-
XYZ27.811446.04-
YUV91.71179.53190.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 29 (11.72% from 255) = 7.40%
BLUE value IS 183 (71.88% from 255) = 46.68%
R=45.92%
G=7.40%
B=46.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180291830.020.8400.28298.8372.6441.57
HexB41DB725401C12b492a
Octal26435267212403445311152
Binary1011010011101101101111010101000111001001010111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41DB7; }

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

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

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

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

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

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

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

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