#b40fbc

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

Shades of Deep Magenta #B40FBC

Tints of Deep Magenta #B40FBC

Color information

#B40FBC (or 0xB40FBC) is unknown color: approx Deep Magenta. HEX triplet: B4, 0F and BC. RGB value is (180,15,188). Sum of RGB (Red+Green+Blue) = 180+15+188=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #B40FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FBC is #4BF043. Grayscale: #535353. Windows color (decimal): -4976708 or 12324788. OLE color: 12324788.

HSL color Cylindrical-coordinate representation of color #B40FBC: hue angle of 297.23º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40FBC is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18015188-
CMYK0.040.9200.26
HSL297.23º85.22%39.8%-
HSV(B)297.23º92.02%73.73%-
XYZ28.0713.6848.74-
YUV84.06186.66196.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 15 (6.25% from 255) = 3.92%
BLUE value IS 188 (73.83% from 255) = 49.09%
R=47.00%
G=3.92%
B=49.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180151880.040.9200.26297.2385.2239.8
HexB4FBC45C01A1295528
Octal26417274413403245112550
Binary1011010011111011110010010111000110101001010011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b40fbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b40fbc; }

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

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

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

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

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

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

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

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