#B40DBE

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

Shades of Deep Magenta #B40DBE

Tints of Deep Magenta #B40DBE

Color information

#B40DBE (or 0xB40DBE) is unknown color: approx Deep Magenta. HEX triplet: B4, 0D and BE. RGB value is (180,13,190). Sum of RGB (Red+Green+Blue) = 180+13+190=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #B40DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DBE is #4BF241. Grayscale: #525252. Windows color (decimal): -4977218 or 12455348. OLE color: 12455348.

HSL color Cylindrical-coordinate representation of color #B40DBE: hue angle of 296.61º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40DBE is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18013190-
CMYK0.050.9300.25
HSL296.61º87.19%39.8%-
HSV(B)296.61º93.16%74.51%-
XYZ28.2613.7149.87-
YUV83.11188.33197.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 13 (5.47% from 255) = 3.39%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=47.00%
G=3.39%
B=49.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180131900.050.9300.25296.6187.1939.8
HexB4DBE55D0191295728
Octal26415276513503145112750
Binary1011010011011011111010110111010110011001010011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40DBE; }

 p { color: rgb(180,13,190); }

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

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

 a { background-color: rgb(180,13,190); }

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

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

 span { border-color: rgb(180,13,190); }

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