Html Css Color HEX #BE02AC Deep Magenta

📋 copy color: '#BE02AC'

red 190 ◦ green 2 ◦ blue 172

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

Shades of Deep Magenta #BE02AC

Tints of Deep Magenta #BE02AC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 52.2%
G = 0.55%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE02AC (or 0xBE02AC) is known color: Deep Magenta. HEX triplet: BE, 02 and AC. RGB value is (190,2,172). Sum of RGB (Red+Green+Blue) = 190+2+172=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE02AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE02AC is #41FD53. Grayscale: #4D4D4D. Windows color (decimal): -4324692 or 11272894. OLE color: 11272894.

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

Color convert

RGB 190 2 172 -
CMYK 0 0.99 0.09 0.25
HSL 305.74º 0.98% 0.38% -
HSV(B) 305.74º 0.99% 0.75% -
XYZ 28.7 13.97 40.21 -
YUV 77.59 181.28 208.18 -
System Red Green Blue C M Y K H S L
Decimal 190 2 172 0 0.99 0.09 0.25 305.74 0.98 0.38
Hex BE 2 AC 0 63 9 19 132 62 26
Octal 276 2 254 0 143 11 31 462 142 46
Binary 10111110 10 10101100 0 1100011 1001 11001 100110010 1100010 100110

Color Harmonies of #BE02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE02AC

Black with #BE02AC

Text Example


Text Example

White with #BE02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE02AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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