#B407C3

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

Shades of Deep Magenta #B407C3

Tints of Deep Magenta #B407C3

Color information

#B407C3 (or 0xB407C3) is unknown color: approx Deep Magenta. HEX triplet: B4, 07 and C3. RGB value is (180,7,195). Sum of RGB (Red+Green+Blue) = 180+7+195=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 195 (76.56% from 255 or 51.05% from 382); Max value from RGB is 195 - color contains mainly: blue. Hex color #B407C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407C3 is #4BF83C. Grayscale: #4F4F4F. Windows color (decimal): -4978749 or 12781492. OLE color: 12781492.

HSL color Cylindrical-coordinate representation of color #B407C3: hue angle of 295.21º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B407C3 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1807195-
CMYK0.080.9600.24
HSL295.21º93.07%39.61%-
HSV(B)295.21º96.41%76.47%-
XYZ28.7513.852.78-
YUV80.16192.81199.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 7 (3.12% from 255) = 1.83%
BLUE value IS 195 (76.56% from 255) = 51.05%
R=47.12%
G=1.83%
B=51.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18071950.080.9600.24295.2193.0739.61
HexB47C38600181275d28
Octal26473031014003044713550
Binary1011010011111000011100011000000110001001001111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B407C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B407C3; }

 p { color: rgb(180,7,195); }

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

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

 a { background-color: rgb(180,7,195); }

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

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

 span { border-color: rgb(180,7,195); }

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