#B41DB0

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

Shades of Deep Magenta #B41DB0

Tints of Deep Magenta #B41DB0

Color information

#B41DB0 (or 0xB41DB0) is unknown color: approx Deep Magenta. HEX triplet: B4, 1D and B0. RGB value is (180,29,176). Sum of RGB (Red+Green+Blue) = 180+29+176=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B41DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41DB0 is #4BE24F. Grayscale: #5A5A5A. Windows color (decimal): -4973136 or 11541940. OLE color: 11541940.

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

Color convert

RGB18029176-
CMYK00.840.020.29
HSL301.59º72.25%40.98%-
HSV(B)301.59º83.89%70.59%-
XYZ27.113.7242.29-
YUV90.91176.03191.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 29 (11.72% from 255) = 7.53%
BLUE value IS 176 (69.14% from 255) = 45.71%
R=46.75%
G=7.53%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802917600.840.020.29301.5972.2540.98
HexB41DB005421D12e4829
Octal26435260012423545611051
Binary1011010011101101100000101010010111011001011101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41DB0; }

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

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

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

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

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

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

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

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