#BE11D4

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

Shades of Deep Magenta #BE11D4

Tints of Deep Magenta #BE11D4

Color information

#BE11D4 (or 0xBE11D4) is unknown color: approx Deep Magenta. HEX triplet: BE, 11 and D4. RGB value is (190,17,212). Sum of RGB (Red+Green+Blue) = 190+17+212=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE11D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE11D4 is #41EE2B. Grayscale: #5A5A5A. Windows color (decimal): -4320812 or 13898174. OLE color: 13898174.

HSL color Cylindrical-coordinate representation of color #BE11D4: hue angle of 293.23º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE11D4 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19017212-
CMYK0.100.9200.17
HSL293.23º85.15%44.9%-
HSV(B)293.23º91.98%83.14%-
XYZ33.3216.163.64-
YUV90.96196.31198.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 17 (7.03% from 255) = 4.06%
BLUE value IS 212 (83.20% from 255) = 50.60%
R=45.35%
G=4.06%
B=50.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal190172120.100.9200.17293.2385.1544.9
HexBE11D4A5C011125552d
Octal276213241213402144512555
Binary101111101000111010100101010111000100011001001011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE11D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE11D4; }

 p { color: rgb(190,17,212); }

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

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

 a { background-color: rgb(190,17,212); }

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

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

 span { border-color: rgb(190,17,212); }

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