Html Css Color HEX #BE04AC Deep Magenta

📋 copy color: '#BE04AC'

red 190 ◦ green 4 ◦ blue 172

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

Shades of Deep Magenta #BE04AC

Tints of Deep Magenta #BE04AC

RGB

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

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

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

R = 51.91%
G = 1.09%
B = 46.99%

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

#BE04AC (or 0xBE04AC) is known color: Deep Magenta. HEX triplet: BE, 04 and AC. RGB value is (190,4,172). Sum of RGB (Red+Green+Blue) = 190+4+172=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE04AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE04AC is #41FB53. Grayscale: #4E4E4E. Windows color (decimal): -4324180 or 11273406. OLE color: 11273406.

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

Color convert

RGB 190 4 172 -
CMYK 0 0.98 0.09 0.25
HSL 305.81º 0.96% 0.38% -
HSV(B) 305.81º 0.98% 0.75% -
XYZ 28.73 14.01 40.22 -
YUV 78.77 180.62 207.34 -
System Red Green Blue C M Y K H S L
Decimal 190 4 172 0 0.98 0.09 0.25 305.81 0.96 0.38
Hex BE 4 AC 0 62 9 19 132 60 26
Octal 276 4 254 0 142 11 31 462 140 46
Binary 10111110 100 10101100 0 1100010 1001 11001 100110010 1100000 100110

Color Harmonies of #BE04AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE04AC

Black with #BE04AC

Text Example


Text Example

White with #BE04AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE04AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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