#B409B6

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

Shades of Deep Magenta #B409B6

Tints of Deep Magenta #B409B6

Color information

#B409B6 (or 0xB409B6) is unknown color: approx Deep Magenta. HEX triplet: B4, 09 and B6. RGB value is (180,9,182). Sum of RGB (Red+Green+Blue) = 180+9+182=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #B409B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409B6 is #4BF649. Grayscale: #4F4F4F. Windows color (decimal): -4978250 or 11930036. OLE color: 11930036.

HSL color Cylindrical-coordinate representation of color #B409B6: hue angle of 299.31º degrees, saturation: 0.91, 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 #B409B6 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1809182-
CMYK0.010.9500.29
HSL299.31º90.58%37.45%-
HSV(B)299.31º95.05%71.37%-
XYZ27.3613.2845.38-
YUV79.85185.65199.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 9 (3.91% from 255) = 2.43%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=48.52%
G=2.43%
B=49.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18091820.010.9500.29299.3190.5837.45
HexB49B615F01D12b5b25
Octal26411266113703545313345
Binary10110100100110110110110111110111011001010111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B409B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B409B6; }

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

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

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

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

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

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

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

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