#B421B2

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

Shades of Deep Magenta #B421B2

Tints of Deep Magenta #B421B2

Color information

#B421B2 (or 0xB421B2) is unknown color: approx Deep Magenta. HEX triplet: B4, 21 and B2. RGB value is (180,33,178). Sum of RGB (Red+Green+Blue) = 180+33+178=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B421B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421B2 is #4BDE4D. Grayscale: #5D5D5D. Windows color (decimal): -4972110 or 11674036. OLE color: 11674036.

HSL color Cylindrical-coordinate representation of color #B421B2: hue angle of 300.82º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B421B2 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18033178-
CMYK00.820.010.29
HSL300.82º69.01%41.76%-
HSV(B)300.82º81.67%70.59%-
XYZ27.414.0143.38-
YUV93.48175.7189.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 33 (13.28% from 255) = 8.44%
BLUE value IS 178 (69.92% from 255) = 45.52%
R=46.04%
G=8.44%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803317800.820.010.29300.8269.0141.76
HexB421B205211D12d452a
Octal26441262012213545510552
Binary1011010010000110110010010100101111011001011011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B421B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B421B2; }

 p { color: rgb(180,33,178); }

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

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

 a { background-color: rgb(180,33,178); }

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

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

 span { border-color: rgb(180,33,178); }

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