#B409C9

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

Shades of Deep Magenta #B409C9

Tints of Deep Magenta #B409C9

Color information

#B409C9 (or 0xB409C9) is unknown color: approx Deep Magenta. HEX triplet: B4, 09 and C9. RGB value is (180,9,201). Sum of RGB (Red+Green+Blue) = 180+9+201=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #B409C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409C9 is #4BF636. Grayscale: #515151. Windows color (decimal): -4978231 or 13175220. OLE color: 13175220.

HSL color Cylindrical-coordinate representation of color #B409C9: hue angle of 293.44º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B409C9 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1809201-
CMYK0.100.9600.21
HSL293.44º91.43%41.18%-
HSV(B)293.44º95.52%78.82%-
XYZ29.4614.1256.43-
YUV82.02195.15197.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 9 (3.91% from 255) = 2.31%
BLUE value IS 201 (78.91% from 255) = 51.54%
R=46.15%
G=2.31%
B=51.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18092010.100.9600.21293.4491.4341.18
HexB49C9A600151255b29
Octal264113111214002544513351
Binary10110100100111001001101011000000101011001001011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B409C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B409C9; }

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

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

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

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

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

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

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

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