#B401C8

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

Shades of Deep Magenta #B401C8

Tints of Deep Magenta #B401C8

Color information

#B401C8 (or 0xB401C8) is unknown color: approx Deep Magenta. HEX triplet: B4, 01 and C8. RGB value is (180,1,200). Sum of RGB (Red+Green+Blue) = 180+1+200=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #B401C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401C8 is #4BFE37. Grayscale: #4C4C4C. Windows color (decimal): -4980280 or 13107636. OLE color: 13107636.

HSL color Cylindrical-coordinate representation of color #B401C8: hue angle of 293.97º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B401C8 is Cyan = 0.1, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1801200-
CMYK0.11.0000.22
HSL293.97º99%39.41%-
HSV(B)293.97º99.5%78.43%-
XYZ29.2613.955.78-
YUV77.21197.3201.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 200 (78.52% from 255) = 52.49%
R=47.24%
G=0.26%
B=52.49%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18012000.11.0000.22293.979939.41
HexB41C8A640161266327
Octal26413101214402644614347
Binary10110100111001000101011001000101101001001101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B401C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B401C8; }

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

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

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

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

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

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

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

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