Html Css Color HEX #BE04AF Deep Magenta

📋 copy color: '#BE04AF'

red 190 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #BE04AF

Tints of Deep Magenta #BE04AF

RGB

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

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

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

R = 51.49%
G = 1.08%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE04AF (or 0xBE04AF) is known color: Deep Magenta. HEX triplet: BE, 04 and AF. RGB value is (190,4,175). Sum of RGB (Red+Green+Blue) = 190+4+175=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE04AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE04AF is #41FB50. Grayscale: #4E4E4E. Windows color (decimal): -4324177 or 11470014. OLE color: 11470014.

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

Color convert

RGB 190 4 175 -
CMYK 0 0.98 0.08 0.25
HSL 304.84º 0.96% 0.38% -
HSV(B) 304.84º 0.98% 0.75% -
XYZ 29.02 14.13 41.76 -
YUV 79.11 182.12 207.1 -
System Red Green Blue C M Y K H S L
Decimal 190 4 175 0 0.98 0.08 0.25 304.84 0.96 0.38
Hex BE 4 AF 0 62 8 19 131 60 26
Octal 276 4 257 0 142 10 31 461 140 46
Binary 10111110 100 10101111 0 1100010 1000 11001 100110001 1100000 100110

Color Harmonies of #BE04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE04AF

Black with #BE04AF

Text Example


Text Example

White with #BE04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE04AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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