Html Css Color HEX #BE1FAE Deep Magenta

📋 copy color: '#BE1FAE'

red 190 ◦ green 31 ◦ blue 174

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

Shades of Deep Magenta #BE1FAE

Tints of Deep Magenta #BE1FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 48.1%
G = 7.85%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE1FAE (or 0xBE1FAE) is known color: Deep Magenta. HEX triplet: BE, 1F and AE. RGB value is (190,31,174). Sum of RGB (Red+Green+Blue) = 190+31+174=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1FAE is #41E051. Grayscale: #5E5E5E. Windows color (decimal): -4317266 or 11411390. OLE color: 11411390.

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

Color convert

RGB 190 31 174 -
CMYK 0 0.84 0.08 0.25
HSL 306.04º 0.72% 0.43% -
HSV(B) 306.04º 0.84% 0.75% -
XYZ 29.37 14.98 41.39 -
YUV 94.84 172.68 195.87 -
System Red Green Blue C M Y K H S L
Decimal 190 31 174 0 0.84 0.08 0.25 306.04 0.72 0.43
Hex BE 1F AE 0 54 8 19 132 48 2B
Octal 276 37 256 0 124 10 31 462 110 53
Binary 10111110 11111 10101110 0 1010100 1000 11001 100110010 1001000 101011

Color Harmonies of #BE1FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1FAE

Black with #BE1FAE

Text Example


Text Example

White with #BE1FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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