Html Css Color HEX #BE4AC0 Fuchsia

📋 copy color: '#BE4AC0'

red 190 ◦ green 74 ◦ blue 192

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

Shades of Fuchsia #BE4AC0

Tints of Fuchsia #BE4AC0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.23%

 BLUE value IS 192 (75.39% from 255) = 42.11%

R = 41.67%
G = 16.23%
B = 42.11%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE4AC0 (or 0xBE4AC0) is known color: Fuchsia. HEX triplet: BE, 4A and C0. RGB value is (190,74,192). Sum of RGB (Red+Green+Blue) = 190+74+192=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE4AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4AC0 is #41B53F. Grayscale: #797979. Windows color (decimal): -4306240 or 12602046. OLE color: 12602046.

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

Color convert

RGB 190 74 192 -
CMYK 0.01 0.61 0 0.25
HSL 298.98º 0.48% 0.52% -
HSV(B) 298.98º 0.61% 0.75% -
XYZ 33.2 19.65 51.91 -
YUV 122.14 167.43 176.41 -
System Red Green Blue C M Y K H S L
Decimal 190 74 192 0.01 0.61 0 0.25 298.98 0.48 0.52
Hex BE 4A C0 1 3D 0 19 12B 30 34
Octal 276 112 300 1 75 0 31 453 60 64
Binary 10111110 1001010 11000000 1 111101 0 11001 100101011 110000 110100

Color Harmonies of #BE4AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4AC0

Black with #BE4AC0

Text Example


Text Example

White with #BE4AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4AC0; }

 p { color: rgb(190,74,192); }

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

background-color css

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

 a { background-color: rgb(190,74,192); }

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

border-color css

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

 span { border-color: rgb(190,74,192); }

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