Html Css Color HEX #BE19AC Deep Magenta

📋 copy color: '#BE19AC'

red 190 ◦ green 25 ◦ blue 172

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

Shades of Deep Magenta #BE19AC

Tints of Deep Magenta #BE19AC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.46%

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 49.1%
G = 6.46%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE19AC (or 0xBE19AC) is known color: Deep Magenta. HEX triplet: BE, 19 and AC. RGB value is (190,25,172). Sum of RGB (Red+Green+Blue) = 190+25+172=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE19AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE19AC is #41E653. Grayscale: #5A5A5A. Windows color (decimal): -4318804 or 11278782. OLE color: 11278782.

HSL color Cylindrical-coordinate representation of color #BE19AC: hue angle of 306.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE19AC is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 25 172 -
CMYK 0 0.87 0.09 0.25
HSL 306.55º 0.77% 0.42% -
HSV(B) 306.55º 0.87% 0.75% -
XYZ 29.03 14.62 40.32 -
YUV 91.09 173.66 198.55 -
System Red Green Blue C M Y K H S L
Decimal 190 25 172 0 0.87 0.09 0.25 306.55 0.77 0.42
Hex BE 19 AC 0 57 9 19 133 4D 2A
Octal 276 31 254 0 127 11 31 463 115 52
Binary 10111110 11001 10101100 0 1010111 1001 11001 100110011 1001101 101010

Color Harmonies of #BE19AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE19AC

Black with #BE19AC

Text Example


Text Example

White with #BE19AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE19AC; }

 p { color: rgb(190,25,172); }

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

background-color css

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

 a { background-color: rgb(190,25,172); }

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

border-color css

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

 span { border-color: rgb(190,25,172); }

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