#B400B3

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

Shades of Deep Magenta #B400B3

Tints of Deep Magenta #B400B3

Color information

#B400B3 (or 0xB400B3) is unknown color: approx Deep Magenta. HEX triplet: B4, 00 and B3. RGB value is (180,0,179). Sum of RGB (Red+Green+Blue) = 180+0+179=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B400B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400B3 is #4BFF4C. Grayscale: #494949. Windows color (decimal): -4980557 or 11731124. OLE color: 11731124.

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

Color convert

RGB1800179-
CMYK010.010.29
HSL300.33º100%35.29%-
HSV(B)300.33º100%70.59%-
XYZ26.9612.9643.73-
YUV74.23187.13203.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 179 (70.31% from 255) = 49.86%
R=50.14%
G=0%
B=49.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1800179010.010.29300.3310035.29
HexB40B306411D12c6423
Octal2640263014413545414443
Binary10110100010110011011001001111011001011001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B400B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B400B3; }

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

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

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

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

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

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

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

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