Html Css Color HEX #BE2EAC Fuchsia

📋 copy color: '#BE2EAC'

red 190 ◦ green 46 ◦ blue 172

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

Shades of Fuchsia #BE2EAC

Tints of Fuchsia #BE2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.27%

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

R = 46.57%
G = 11.27%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE2EAC (or 0xBE2EAC) is known color: Fuchsia. HEX triplet: BE, 2E and AC. RGB value is (190,46,172). Sum of RGB (Red+Green+Blue) = 190+46+172=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2EAC is #41D153. Grayscale: #676767. Windows color (decimal): -4313428 or 11284158. OLE color: 11284158.

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

Color convert

RGB 190 46 172 -
CMYK 0 0.76 0.09 0.25
HSL 307.5º 0.61% 0.46% -
HSV(B) 307.5º 0.76% 0.75% -
XYZ 29.66 15.88 40.53 -
YUV 103.42 166.71 189.75 -
System Red Green Blue C M Y K H S L
Decimal 190 46 172 0 0.76 0.09 0.25 307.5 0.61 0.46
Hex BE 2E AC 0 4C 9 19 134 3D 2E
Octal 276 56 254 0 114 11 31 464 75 56
Binary 10111110 101110 10101100 0 1001100 1001 11001 100110100 111101 101110

Color Harmonies of #BE2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2EAC

Black with #BE2EAC

Text Example


Text Example

White with #BE2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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