#B403A6

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

Shades of Deep Magenta #B403A6

Tints of Deep Magenta #B403A6

Color information

#B403A6 (or 0xB403A6) is unknown color: approx Deep Magenta. HEX triplet: B4, 03 and A6. RGB value is (180,3,166). Sum of RGB (Red+Green+Blue) = 180+3+166=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 166 (65.23% from 255 or 47.56% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B403A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B403A6 is #4BFC59. Grayscale: #4A4A4A. Windows color (decimal): -4979802 or 10879924. OLE color: 10879924.

HSL color Cylindrical-coordinate representation of color #B403A6: hue angle of 304.75º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B403A6 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB1803166-
CMYK00.980.080.29
HSL304.75º96.72%35.88%-
HSV(B)304.75º98.33%70.59%-
XYZ25.7412.5237.14-
YUV74.5179.64203.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 166 (65.23% from 255) = 47.56%
R=51.58%
G=0.86%
B=47.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180316600.980.080.29304.7596.7235.88
HexB43A606281D1316124
Octal26432460142103546114144
Binary101101001110100110011000101000111011001100011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B403A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B403A6; }

 p { color: rgb(180,3,166); }

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

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

 a { background-color: rgb(180,3,166); }

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

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

 span { border-color: rgb(180,3,166); }

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