#BE1FDB

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

Shades of Deep Magenta #BE1FDB

Tints of Deep Magenta #BE1FDB

Color information

#BE1FDB (or 0xBE1FDB) is unknown color: approx Deep Magenta. HEX triplet: BE, 1F and DB. RGB value is (190,31,219). Sum of RGB (Red+Green+Blue) = 190+31+219=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE1FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1FDB is #41E024. Grayscale: #636363. Windows color (decimal): -4317221 or 14360510. OLE color: 14360510.

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

Color convert

RGB19031219-
CMYK0.130.8600.14
HSL290.74º75.2%49.02%-
HSV(B)290.74º85.84%85.88%-
XYZ34.5117.0468.49-
YUV99.97195.18192.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 31 (12.5% from 255) = 7.05%
BLUE value IS 219 (85.94% from 255) = 49.77%
R=43.18%
G=7.05%
B=49.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal190312190.130.8600.14290.7475.249.02
HexBE1FDBD560E1234b31
Octal276373331512601644311361
Binary10111110111111101101111011010110011101001000111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1FDB; }

 p { color: rgb(190,31,219); }

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

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

 a { background-color: rgb(190,31,219); }

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

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

 span { border-color: rgb(190,31,219); }

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