#B403B6

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

Shades of Deep Magenta #B403B6

Tints of Deep Magenta #B403B6

Color information

#B403B6 (or 0xB403B6) is unknown color: approx Deep Magenta. HEX triplet: B4, 03 and B6. RGB value is (180,3,182). Sum of RGB (Red+Green+Blue) = 180+3+182=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #B403B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403B6 is #4BFC49. Grayscale: #4B4B4B. Windows color (decimal): -4979786 or 11928500. OLE color: 11928500.

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

Color convert

RGB1803182-
CMYK0.010.9800.29
HSL299.33º96.76%36.27%-
HSV(B)299.33º98.35%71.37%-
XYZ27.313.1545.35-
YUV76.33187.64201.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 3 (1.56% from 255) = 0.82%
BLUE value IS 182 (71.48% from 255) = 49.86%
R=49.32%
G=0.82%
B=49.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18031820.010.9800.29299.3396.7636.27
HexB43B616201D12b6124
Octal2643266114203545314144
Binary101101001110110110111000100111011001010111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B403B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B403B6; }

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

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

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

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

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

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

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

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