#BE01B5

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

Shades of Deep Magenta #BE01B5

Tints of Deep Magenta #BE01B5

Color information

#BE01B5 (or 0xBE01B5) is unknown color: approx Deep Magenta. HEX triplet: BE, 01 and B5. RGB value is (190,1,181). Sum of RGB (Red+Green+Blue) = 190+1+181=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE01B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE01B5 is #41FE4A. Grayscale: #4D4D4D. Windows color (decimal): -4324939 or 11862462. OLE color: 11862462.

HSL color Cylindrical-coordinate representation of color #BE01B5: hue angle of 302.86º 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 #BE01B5 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB1901181-
CMYK00.990.050.25
HSL302.86º98.95%37.45%-
HSV(B)302.86º99.47%74.51%-
XYZ29.5914.3144.92-
YUV78.03186.12207.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.08%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 181 (71.09% from 255) = 48.66%
R=51.08%
G=0.27%
B=48.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190118100.990.050.25302.8698.9537.45
HexBE1B506351912f6325
Octal2761265014353145714345
Binary1011111011011010101100011101110011001011111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE01B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE01B5; }

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

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

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

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

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

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

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

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