#B408C1

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

Shades of Deep Magenta #B408C1

Tints of Deep Magenta #B408C1

Color information

#B408C1 (or 0xB408C1) is unknown color: approx Deep Magenta. HEX triplet: B4, 08 and C1. RGB value is (180,8,193). Sum of RGB (Red+Green+Blue) = 180+8+193=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #B408C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B408C1 is #4BF73E. Grayscale: #4F4F4F. Windows color (decimal): -4978495 or 12650676. OLE color: 12650676.

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

Color convert

RGB1808193-
CMYK0.070.9600.24
HSL295.78º92.04%39.41%-
HSV(B)295.78º95.85%75.69%-
XYZ28.5313.7351.6-
YUV80.52191.48198.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 8 (3.52% from 255) = 2.10%
BLUE value IS 193 (75.78% from 255) = 50.66%
R=47.24%
G=2.10%
B=50.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18081930.070.9600.24295.7892.0439.41
HexB48C17600181285c27
Octal26410301714003045013447
Binary1011010010001100000111111000000110001001010001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B408C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B408C1; }

 p { color: rgb(180,8,193); }

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

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

 a { background-color: rgb(180,8,193); }

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

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

 span { border-color: rgb(180,8,193); }

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