Html Css Color HEX #BE1FDF Deep Magenta

📋 copy color: '#BE1FDF'

red 190 ◦ green 31 ◦ blue 223

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

Shades of Deep Magenta #BE1FDF

Tints of Deep Magenta #BE1FDF

RGB

 RED value IS 190 (74.61% from 255) = 42.79%

 GREEN value IS 31 (12.5% from 255) = 6.98%

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 42.79%
G = 6.98%
B = 50.23%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE1FDF (or 0xBE1FDF) is known color: Deep Magenta. HEX triplet: BE, 1F and DF. RGB value is (190,31,223). Sum of RGB (Red+Green+Blue) = 190+31+223=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE1FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1FDF is #41E020. Grayscale: #636363. Windows color (decimal): -4317217 or 14622654. OLE color: 14622654.

HSL color Cylindrical-coordinate representation of color #BE1FDF: hue angle of 289.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1FDF is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 31 223 -
CMYK 0.15 0.86 0 0.13
HSL 289.69º 0.76% 0.5% -
HSV(B) 289.69º 0.86% 0.87% -
XYZ 35.04 17.25 71.3 -
YUV 100.43 197.18 191.89 -
System Red Green Blue C M Y K H S L
Decimal 190 31 223 0.15 0.86 0 0.13 289.69 0.76 0.5
Hex BE 1F DF F 56 0 D 122 4C 32
Octal 276 37 337 17 126 0 15 442 114 62
Binary 10111110 11111 11011111 1111 1010110 0 1101 100100010 1001100 110010

Color Harmonies of #BE1FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1FDF

Black with #BE1FDF

Text Example


Text Example

White with #BE1FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1FDF; }

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

 H1.HeaderClassName
 {
   color: #BE1FDF;
 }
 .AnyTagClassName
 {
   color: #BE1FDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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