#B40FC2

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

Shades of Deep Magenta #B40FC2

Tints of Deep Magenta #B40FC2

Color information

#B40FC2 (or 0xB40FC2) is unknown color: approx Deep Magenta. HEX triplet: B4, 0F and C2. RGB value is (180,15,194). Sum of RGB (Red+Green+Blue) = 180+15+194=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: blue. Hex color #B40FC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FC2 is #4BF03D. Grayscale: #545454. Windows color (decimal): -4976702 or 12718004. OLE color: 12718004.

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

Color convert

RGB18015194-
CMYK0.070.9200.24
HSL295.31º85.65%40.98%-
HSV(B)295.31º92.27%76.08%-
XYZ28.7313.9452.22-
YUV84.74189.66195.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 15 (6.25% from 255) = 3.86%
BLUE value IS 194 (76.17% from 255) = 49.87%
R=46.27%
G=3.86%
B=49.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180151940.070.9200.24295.3185.6540.98
HexB4FC275C0181275629
Octal26417302713403044712651
Binary1011010011111100001011110111000110001001001111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40FC2; }

 p { color: rgb(180,15,194); }

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

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

 a { background-color: rgb(180,15,194); }

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

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

 span { border-color: rgb(180,15,194); }

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