Html Css Color HEX #BE19AF Deep Magenta

📋 copy color: '#BE19AF'

red 190 ◦ green 25 ◦ blue 175

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

Shades of Deep Magenta #BE19AF

Tints of Deep Magenta #BE19AF

RGB

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

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

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

R = 48.72%
G = 6.41%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE19AF (or 0xBE19AF) is known color: Deep Magenta. HEX triplet: BE, 19 and AF. RGB value is (190,25,175). Sum of RGB (Red+Green+Blue) = 190+25+175=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE19AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE19AF is #41E650. Grayscale: #5B5B5B. Windows color (decimal): -4318801 or 11475390. OLE color: 11475390.

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

Color convert

RGB 190 25 175 -
CMYK 0 0.87 0.08 0.25
HSL 305.45º 0.77% 0.42% -
HSV(B) 305.45º 0.87% 0.75% -
XYZ 29.32 14.74 41.86 -
YUV 91.44 175.16 198.3 -
System Red Green Blue C M Y K H S L
Decimal 190 25 175 0 0.87 0.08 0.25 305.45 0.77 0.42
Hex BE 19 AF 0 57 8 19 131 4D 2A
Octal 276 31 257 0 127 10 31 461 115 52
Binary 10111110 11001 10101111 0 1010111 1000 11001 100110001 1001101 101010

Color Harmonies of #BE19AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE19AF

Black with #BE19AF

Text Example


Text Example

White with #BE19AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE19AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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