Html Css Color HEX #BE1CAC Deep Magenta

📋 copy color: '#BE1CAC'

red 190 ◦ green 28 ◦ blue 172

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

Shades of Deep Magenta #BE1CAC

Tints of Deep Magenta #BE1CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.18%

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

R = 48.72%
G = 7.18%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE1CAC (or 0xBE1CAC) is known color: Deep Magenta. HEX triplet: BE, 1C and AC. RGB value is (190,28,172). Sum of RGB (Red+Green+Blue) = 190+28+172=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1CAC is #41E353. Grayscale: #5C5C5C. Windows color (decimal): -4318036 or 11279550. OLE color: 11279550.

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

Color convert

RGB 190 28 172 -
CMYK 0 0.85 0.09 0.25
HSL 306.67º 0.74% 0.43% -
HSV(B) 306.67º 0.85% 0.75% -
XYZ 29.1 14.76 40.34 -
YUV 92.85 172.67 197.29 -
System Red Green Blue C M Y K H S L
Decimal 190 28 172 0 0.85 0.09 0.25 306.67 0.74 0.43
Hex BE 1C AC 0 55 9 19 133 4A 2B
Octal 276 34 254 0 125 11 31 463 112 53
Binary 10111110 11100 10101100 0 1010101 1001 11001 100110011 1001010 101011

Color Harmonies of #BE1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1CAC

Black with #BE1CAC

Text Example


Text Example

White with #BE1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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