Html Css Color HEX #BE4DAC Fuchsia

📋 copy color: '#BE4DAC'

red 190 ◦ green 77 ◦ blue 172

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

Shades of Fuchsia #BE4DAC

Tints of Fuchsia #BE4DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.54%

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

R = 43.28%
G = 17.54%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE4DAC (or 0xBE4DAC) is known color: Fuchsia. HEX triplet: BE, 4D and AC. RGB value is (190,77,172). Sum of RGB (Red+Green+Blue) = 190+77+172=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4DAC is #41B253. Grayscale: #797979. Windows color (decimal): -4305492 or 11292094. OLE color: 11292094.

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

Color convert

RGB 190 77 172 -
CMYK 0 0.59 0.09 0.25
HSL 309.56º 0.47% 0.52% -
HSV(B) 309.56º 0.59% 0.75% -
XYZ 31.34 19.23 41.09 -
YUV 121.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 190 77 172 0 0.59 0.09 0.25 309.56 0.47 0.52
Hex BE 4D AC 0 3B 9 19 136 2F 34
Octal 276 115 254 0 73 11 31 466 57 64
Binary 10111110 1001101 10101100 0 111011 1001 11001 100110110 101111 110100

Color Harmonies of #BE4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DAC

Black with #BE4DAC

Text Example


Text Example

White with #BE4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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