Html Css Color HEX #BE1DE0 Deep Magenta

📋 copy color: '#BE1DE0'

red 190 ◦ green 29 ◦ blue 224

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

Shades of Deep Magenta #BE1DE0

Tints of Deep Magenta #BE1DE0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.55%

 BLUE value IS 224 (87.89% from 255) = 50.56%

R = 42.89%
G = 6.55%
B = 50.56%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE1DE0 (or 0xBE1DE0) is known color: Deep Magenta. HEX triplet: BE, 1D and E0. RGB value is (190,29,224). Sum of RGB (Red+Green+Blue) = 190+29+224=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE1DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1DE0 is #41E21F. Grayscale: #626262. Windows color (decimal): -4317728 or 14687678. OLE color: 14687678.

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

Color convert

RGB 190 29 224 -
CMYK 0.15 0.87 0 0.12
HSL 289.54º 0.77% 0.5% -
HSV(B) 289.54º 0.87% 0.88% -
XYZ 35.13 17.21 71.99 -
YUV 99.37 198.34 192.64 -
System Red Green Blue C M Y K H S L
Decimal 190 29 224 0.15 0.87 0 0.12 289.54 0.77 0.5
Hex BE 1D E0 F 57 0 C 122 4D 32
Octal 276 35 340 17 127 0 14 442 115 62
Binary 10111110 11101 11100000 1111 1010111 0 1100 100100010 1001101 110010

Color Harmonies of #BE1DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1DE0

Black with #BE1DE0

Text Example


Text Example

White with #BE1DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1DE0; }

 p { color: rgb(190,29,224); }

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

background-color css

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

 a { background-color: rgb(190,29,224); }

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

border-color css

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

 span { border-color: rgb(190,29,224); }

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