Html Css Color HEX #BE1FDB Deep Magenta

📋 copy color: '#BE1FDB'

red 190 ◦ green 31 ◦ blue 219

#BE1FDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BE1FDB

Tints of Deep Magenta #BE1FDB

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 value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE1FDB (or 0xBE1FDB) is known color: 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

RGB 190 31 219 -
CMYK 0.13 0.86 0 0.14
HSL 290.74º 0.75% 0.49% -
HSV(B) 290.74º 0.86% 0.86% -
XYZ 34.51 17.04 68.49 -
YUV 99.97 195.18 192.21 -
System Red Green Blue C M Y K H S L
Decimal 190 31 219 0.13 0.86 0 0.14 290.74 0.75 0.49
Hex BE 1F DB D 56 0 E 123 4B 31
Octal 276 37 333 15 126 0 16 443 113 61
Binary 10111110 11111 11011011 1101 1010110 0 1110 100100011 1001011 110001

Color Harmonies of #BE1FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1FDB

Black with #BE1FDB

Text Example


Text Example

White with #BE1FDB

Text Example


Text Example

HTML Codes & Css Web 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>