Html Css Color HEX #BE4FAC Fuchsia

📋 copy color: '#BE4FAC'

red 190 ◦ green 79 ◦ blue 172

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

Shades of Fuchsia #BE4FAC

Tints of Fuchsia #BE4FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.91%

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

R = 43.08%
G = 17.91%
B = 39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE4FAC (or 0xBE4FAC) is known color: Fuchsia. HEX triplet: BE, 4F and AC. RGB value is (190,79,172). Sum of RGB (Red+Green+Blue) = 190+79+172=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4FAC is #41B053. Grayscale: #7A7A7A. Windows color (decimal): -4304980 or 11292606. OLE color: 11292606.

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

Color convert

RGB 190 79 172 -
CMYK 0 0.58 0.09 0.25
HSL 309.73º 0.46% 0.53% -
HSV(B) 309.73º 0.58% 0.75% -
XYZ 31.48 19.52 41.14 -
YUV 122.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 190 79 172 0 0.58 0.09 0.25 309.73 0.46 0.53
Hex BE 4F AC 0 3A 9 19 136 2E 35
Octal 276 117 254 0 72 11 31 466 56 65
Binary 10111110 1001111 10101100 0 111010 1001 11001 100110110 101110 110101

Color Harmonies of #BE4FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4FAC

Black with #BE4FAC

Text Example


Text Example

White with #BE4FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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