Html Css Color HEX #BE1ACE Deep Magenta

📋 copy color: '#BE1ACE'

red 190 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #BE1ACE

Tints of Deep Magenta #BE1ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.16%

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 45.02%
G = 6.16%
B = 48.82%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE1ACE (or 0xBE1ACE) is known color: Deep Magenta. HEX triplet: BE, 1A and CE. RGB value is (190,26,206). Sum of RGB (Red+Green+Blue) = 190+26+206=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE1ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1ACE is #41E531. Grayscale: #5F5F5F. Windows color (decimal): -4318514 or 13507262. OLE color: 13507262.

HSL color Cylindrical-coordinate representation of color #BE1ACE: hue angle of 294.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1ACE is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 26 206 -
CMYK 0.08 0.87 0 0.19
HSL 294.67º 0.78% 0.45% -
HSV(B) 294.67º 0.87% 0.81% -
XYZ 32.75 16.14 59.78 -
YUV 95.56 190.33 195.36 -
System Red Green Blue C M Y K H S L
Decimal 190 26 206 0.08 0.87 0 0.19 294.67 0.78 0.45
Hex BE 1A CE 8 57 0 13 127 4E 2D
Octal 276 32 316 10 127 0 23 447 116 55
Binary 10111110 11010 11001110 1000 1010111 0 10011 100100111 1001110 101101

Color Harmonies of #BE1ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1ACE

Black with #BE1ACE

Text Example


Text Example

White with #BE1ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1ACE; }

 p { color: rgb(190,26,206); }

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

background-color css

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

 a { background-color: rgb(190,26,206); }

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

border-color css

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

 span { border-color: rgb(190,26,206); }

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