#B401B0

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

Shades of Deep Magenta #B401B0

Tints of Deep Magenta #B401B0

Color information

#B401B0 (or 0xB401B0) is unknown color: approx Deep Magenta. HEX triplet: B4, 01 and B0. RGB value is (180,1,176). Sum of RGB (Red+Green+Blue) = 180+1+176=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B401B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B401B0 is #4BFE4F. Grayscale: #494949. Windows color (decimal): -4980304 or 11534772. OLE color: 11534772.

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

Color convert

RGB1801176-
CMYK00.990.020.29
HSL301.34º98.9%35.49%-
HSV(B)301.34º99.44%70.59%-
XYZ26.6712.8642.15-
YUV74.47185.3203.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 176 (69.14% from 255) = 49.30%
R=50.42%
G=0.28%
B=49.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180117600.990.020.29301.3498.935.49
HexB41B006321D12d6323
Octal2641260014323545514343
Binary101101001101100000110001110111011001011011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B401B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B401B0; }

 p { color: rgb(180,1,176); }

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

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

 a { background-color: rgb(180,1,176); }

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

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

 span { border-color: rgb(180,1,176); }

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