#B409B1

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

Shades of Deep Magenta #B409B1

Tints of Deep Magenta #B409B1

Color information

#B409B1 (or 0xB409B1) is unknown color: approx Deep Magenta. HEX triplet: B4, 09 and B1. RGB value is (180,9,177). Sum of RGB (Red+Green+Blue) = 180+9+177=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B409B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B409B1 is #4BF64E. Grayscale: #4E4E4E. Windows color (decimal): -4978255 or 11602356. OLE color: 11602356.

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

Color convert

RGB1809177-
CMYK00.950.020.29
HSL301.05º90.48%37.06%-
HSV(B)301.05º95%70.59%-
XYZ26.8613.0742.7-
YUV79.28183.15199.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 9 (3.91% from 255) = 2.46%
BLUE value IS 177 (69.53% from 255) = 48.36%
R=49.18%
G=2.46%
B=48.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180917700.950.020.29301.0590.4837.06
HexB49B105F21D12d5a25
Octal26411261013723545513245
Binary101101001001101100010101111110111011001011011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B409B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B409B1; }

 p { color: rgb(180,9,177); }

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

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

 a { background-color: rgb(180,9,177); }

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

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

 span { border-color: rgb(180,9,177); }

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