#BE01A6

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

Shades of Deep Magenta #BE01A6

Tints of Deep Magenta #BE01A6

Color information

#BE01A6 (or 0xBE01A6) is unknown color: approx Deep Magenta. HEX triplet: BE, 01 and A6. RGB value is (190,1,166). Sum of RGB (Red+Green+Blue) = 190+1+166=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE01A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE01A6 is #41FE59. Grayscale: #4B4B4B. Windows color (decimal): -4324954 or 10879422. OLE color: 10879422.

HSL color Cylindrical-coordinate representation of color #BE01A6: hue angle of 307.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE01A6 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB1901166-
CMYK00.990.130.25
HSL307.62º98.95%37.45%-
HSV(B)307.62º99.47%74.51%-
XYZ28.1313.7237.24-
YUV76.32178.62209.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.22%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 166 (65.23% from 255) = 46.50%
R=53.22%
G=0.28%
B=46.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190116600.990.130.25307.6298.9537.45
HexBE1A6063D191346325
Octal27612460143153146414345
Binary10111110110100110011000111101110011001101001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE01A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE01A6; }

 p { color: rgb(190,1,166); }

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

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

 a { background-color: rgb(190,1,166); }

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

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

 span { border-color: rgb(190,1,166); }

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