Html Css Color HEX #BE14AC Deep Magenta

📋 copy color: '#BE14AC'

red 190 ◦ green 20 ◦ blue 172

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

Shades of Deep Magenta #BE14AC

Tints of Deep Magenta #BE14AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.24%

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

R = 49.74%
G = 5.24%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE14AC (or 0xBE14AC) is known color: Deep Magenta. HEX triplet: BE, 14 and AC. RGB value is (190,20,172). Sum of RGB (Red+Green+Blue) = 190+20+172=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE14AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE14AC is #41EB53. Grayscale: #575757. Windows color (decimal): -4320084 or 11277502. OLE color: 11277502.

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

Color convert

RGB 190 20 172 -
CMYK 0 0.89 0.09 0.25
HSL 306.35º 0.81% 0.41% -
HSV(B) 306.35º 0.89% 0.75% -
XYZ 28.93 14.43 40.29 -
YUV 88.16 175.32 200.64 -
System Red Green Blue C M Y K H S L
Decimal 190 20 172 0 0.89 0.09 0.25 306.35 0.81 0.41
Hex BE 14 AC 0 59 9 19 132 51 29
Octal 276 24 254 0 131 11 31 462 121 51
Binary 10111110 10100 10101100 0 1011001 1001 11001 100110010 1010001 101001

Color Harmonies of #BE14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE14AC

Black with #BE14AC

Text Example


Text Example

White with #BE14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE14AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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