#BE1BBF

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

Shades of Deep Magenta #BE1BBF

Tints of Deep Magenta #BE1BBF

Color information

#BE1BBF (or 0xBE1BBF) is unknown color: approx Deep Magenta. HEX triplet: BE, 1B and BF. RGB value is (190,27,191). Sum of RGB (Red+Green+Blue) = 190+27+191=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE1BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1BBF is #41E440. Grayscale: #5D5D5D. Windows color (decimal): -4318273 or 12524478. OLE color: 12524478.

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

Color convert

RGB19027191-
CMYK0.010.8600.25
HSL299.63º75.23%42.75%-
HSV(B)299.63º85.86%74.9%-
XYZ31.0315.4950.65-
YUV94.43182.5196.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 27 (10.94% from 255) = 6.62%
BLUE value IS 191 (75% from 255) = 46.81%
R=46.57%
G=6.62%
B=46.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190271910.010.8600.25299.6375.2342.75
HexBE1BBF15601912c4b2b
Octal27633277112603145411353
Binary101111101101110111111110101100110011001011001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1BBF; }

 p { color: rgb(190,27,191); }

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

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

 a { background-color: rgb(190,27,191); }

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

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

 span { border-color: rgb(190,27,191); }

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