Html Css Color HEX #BE14AF Deep Magenta

📋 copy color: '#BE14AF'

red 190 ◦ green 20 ◦ blue 175

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

Shades of Deep Magenta #BE14AF

Tints of Deep Magenta #BE14AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 49.35%
G = 5.19%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE14AF (or 0xBE14AF) is known color: Deep Magenta. HEX triplet: BE, 14 and AF. RGB value is (190,20,175). Sum of RGB (Red+Green+Blue) = 190+20+175=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE14AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE14AF is #41EB50. Grayscale: #585858. Windows color (decimal): -4320081 or 11474110. OLE color: 11474110.

HSL color Cylindrical-coordinate representation of color #BE14AF: hue angle of 305.29º 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 #BE14AF is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 20 175 -
CMYK 0 0.89 0.08 0.25
HSL 305.29º 0.81% 0.41% -
HSV(B) 305.29º 0.89% 0.75% -
XYZ 29.22 14.54 41.82 -
YUV 88.5 176.82 200.4 -
System Red Green Blue C M Y K H S L
Decimal 190 20 175 0 0.89 0.08 0.25 305.29 0.81 0.41
Hex BE 14 AF 0 59 8 19 131 51 29
Octal 276 24 257 0 131 10 31 461 121 51
Binary 10111110 10100 10101111 0 1011001 1000 11001 100110001 1010001 101001

Color Harmonies of #BE14AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE14AF

Black with #BE14AF

Text Example


Text Example

White with #BE14AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE14AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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