#B400B2

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

Shades of Deep Magenta #B400B2

Tints of Deep Magenta #B400B2

Color information

#B400B2 (or 0xB400B2) is unknown color: approx Deep Magenta. HEX triplet: B4, 00 and B2. RGB value is (180,0,178). Sum of RGB (Red+Green+Blue) = 180+0+178=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B400B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B400B2 is #4BFF4D. Grayscale: #494949. Windows color (decimal): -4980558 or 11665588. OLE color: 11665588.

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

Color convert

RGB1800178-
CMYK010.010.29
HSL300.67º100%35.29%-
HSV(B)300.67º100%70.59%-
XYZ26.8612.9243.2-
YUV74.11186.63203.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 178 (69.92% from 255) = 49.72%
R=50.28%
G=0%
B=49.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1800178010.010.29300.6710035.29
HexB40B206411D12d6423
Octal2640262014413545514443
Binary10110100010110010011001001111011001011011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B400B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B400B2; }

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

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

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

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

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

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

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

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