#B41BAD

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

Shades of Deep Magenta #B41BAD

Tints of Deep Magenta #B41BAD

Color information

#B41BAD (or 0xB41BAD) is unknown color: approx Deep Magenta. HEX triplet: B4, 1B and AD. RGB value is (180,27,173). Sum of RGB (Red+Green+Blue) = 180+27+173=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B41BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41BAD is #4BE452. Grayscale: #585858. Windows color (decimal): -4973651 or 11344820. OLE color: 11344820.

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

Color convert

RGB18027173-
CMYK00.850.040.29
HSL302.75º73.91%40.59%-
HSV(B)302.75º85%70.59%-
XYZ26.7613.540.73-
YUV89.39175.19192.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 27 (10.94% from 255) = 7.11%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=47.37%
G=7.11%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802717300.850.040.29302.7573.9140.59
HexB41BAD05541D12f4a29
Octal26433255012543545711251
Binary10110100110111010110101010101100111011001011111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41BAD; }

 p { color: rgb(180,27,173); }

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

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

 a { background-color: rgb(180,27,173); }

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

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

 span { border-color: rgb(180,27,173); }

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