Html Css Color HEX #BE04AB Deep Magenta

📋 copy color: '#BE04AB'

red 190 ◦ green 4 ◦ blue 171

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

Shades of Deep Magenta #BE04AB

Tints of Deep Magenta #BE04AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 52.05%
G = 1.1%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE04AB (or 0xBE04AB) is known color: Deep Magenta. HEX triplet: BE, 04 and AB. RGB value is (190,4,171). Sum of RGB (Red+Green+Blue) = 190+4+171=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE04AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE04AB is #41FB54. Grayscale: #4E4E4E. Windows color (decimal): -4324181 or 11207870. OLE color: 11207870.

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

Color convert

RGB 190 4 171 -
CMYK 0 0.98 0.10 0.25
HSL 306.13º 0.96% 0.38% -
HSV(B) 306.13º 0.98% 0.75% -
XYZ 28.63 13.97 39.72 -
YUV 78.65 180.12 207.42 -
System Red Green Blue C M Y K H S L
Decimal 190 4 171 0 0.98 0.10 0.25 306.13 0.96 0.38
Hex BE 4 AB 0 62 A 19 132 60 26
Octal 276 4 253 0 142 12 31 462 140 46
Binary 10111110 100 10101011 0 1100010 1010 11001 100110010 1100000 100110

Color Harmonies of #BE04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE04AB

Black with #BE04AB

Text Example


Text Example

White with #BE04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE04AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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