Html Css Color HEX #BE14AD Deep Magenta

📋 copy color: '#BE14AD'

red 190 ◦ green 20 ◦ blue 173

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

Shades of Deep Magenta #BE14AD

Tints of Deep Magenta #BE14AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 49.61%
G = 5.22%
B = 45.17%

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

#BE14AD (or 0xBE14AD) is known color: Deep Magenta. HEX triplet: BE, 14 and AD. RGB value is (190,20,173). Sum of RGB (Red+Green+Blue) = 190+20+173=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE14AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE14AD is #41EB52. Grayscale: #575757. Windows color (decimal): -4320083 or 11343038. OLE color: 11343038.

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

Color convert

RGB 190 20 173 -
CMYK 0 0.89 0.09 0.25
HSL 306º 0.81% 0.41% -
HSV(B) 306º 0.89% 0.75% -
XYZ 29.03 14.46 40.8 -
YUV 88.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 190 20 173 0 0.89 0.09 0.25 306 0.81 0.41
Hex BE 14 AD 0 59 9 19 132 51 29
Octal 276 24 255 0 131 11 31 462 121 51
Binary 10111110 10100 10101101 0 1011001 1001 11001 100110010 1010001 101001

Color Harmonies of #BE14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE14AD

Black with #BE14AD

Text Example


Text Example

White with #BE14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE14AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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