Html Css Color HEX #BE13AC Deep Magenta

📋 copy color: '#BE13AC'

red 190 ◦ green 19 ◦ blue 172

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

Shades of Deep Magenta #BE13AC

Tints of Deep Magenta #BE13AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.99%

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

R = 49.87%
G = 4.99%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE13AC (or 0xBE13AC) is known color: Deep Magenta. HEX triplet: BE, 13 and AC. RGB value is (190,19,172). Sum of RGB (Red+Green+Blue) = 190+19+172=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE13AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE13AC is #41EC53. Grayscale: #575757. Windows color (decimal): -4320340 or 11277246. OLE color: 11277246.

HSL color Cylindrical-coordinate representation of color #BE13AC: hue angle of 306.32º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE13AC is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 172 -
CMYK 0 0.90 0.09 0.25
HSL 306.32º 0.82% 0.41% -
HSV(B) 306.32º 0.9% 0.75% -
XYZ 28.91 14.39 40.28 -
YUV 87.57 175.65 201.06 -
System Red Green Blue C M Y K H S L
Decimal 190 19 172 0 0.90 0.09 0.25 306.32 0.82 0.41
Hex BE 13 AC 0 5A 9 19 132 52 29
Octal 276 23 254 0 132 11 31 462 122 51
Binary 10111110 10011 10101100 0 1011010 1001 11001 100110010 1010010 101001

Color Harmonies of #BE13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE13AC

Black with #BE13AC

Text Example


Text Example

White with #BE13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE13AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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