Html Css Color HEX #BE04AD Deep Magenta

📋 copy color: '#BE04AD'

red 190 ◦ green 4 ◦ blue 173

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

Shades of Deep Magenta #BE04AD

Tints of Deep Magenta #BE04AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 51.77%
G = 1.09%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE04AD (or 0xBE04AD) is known color: Deep Magenta. HEX triplet: BE, 04 and AD. RGB value is (190,4,173). Sum of RGB (Red+Green+Blue) = 190+4+173=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE04AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE04AD is #41FB52. Grayscale: #4E4E4E. Windows color (decimal): -4324179 or 11338942. OLE color: 11338942.

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

Color convert

RGB 190 4 173 -
CMYK 0 0.98 0.09 0.25
HSL 305.48º 0.96% 0.38% -
HSV(B) 305.48º 0.98% 0.75% -
XYZ 28.82 14.05 40.73 -
YUV 78.88 181.12 207.26 -
System Red Green Blue C M Y K H S L
Decimal 190 4 173 0 0.98 0.09 0.25 305.48 0.96 0.38
Hex BE 4 AD 0 62 9 19 131 60 26
Octal 276 4 255 0 142 11 31 461 140 46
Binary 10111110 100 10101101 0 1100010 1001 11001 100110001 1100000 100110

Color Harmonies of #BE04AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE04AD

Black with #BE04AD

Text Example


Text Example

White with #BE04AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE04AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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