Html Css Color HEX #BE10AC Deep Magenta

📋 copy color: '#BE10AC'

red 190 ◦ green 16 ◦ blue 172

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

Shades of Deep Magenta #BE10AC

Tints of Deep Magenta #BE10AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.23%

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

R = 50.26%
G = 4.23%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE10AC (or 0xBE10AC) is known color: Deep Magenta. HEX triplet: BE, 10 and AC. RGB value is (190,16,172). Sum of RGB (Red+Green+Blue) = 190+16+172=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE10AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE10AC is #41EF53. Grayscale: #555555. Windows color (decimal): -4321108 or 11276478. OLE color: 11276478.

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

Color convert

RGB 190 16 172 -
CMYK 0 0.92 0.09 0.25
HSL 306.21º 0.84% 0.4% -
HSV(B) 306.21º 0.92% 0.75% -
XYZ 28.87 14.3 40.27 -
YUV 85.81 176.65 202.32 -
System Red Green Blue C M Y K H S L
Decimal 190 16 172 0 0.92 0.09 0.25 306.21 0.84 0.4
Hex BE 10 AC 0 5C 9 19 132 54 28
Octal 276 20 254 0 134 11 31 462 124 50
Binary 10111110 10000 10101100 0 1011100 1001 11001 100110010 1010100 101000

Color Harmonies of #BE10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10AC

Black with #BE10AC

Text Example


Text Example

White with #BE10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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