Html Css Color HEX #BE4EAA Fuchsia

📋 copy color: '#BE4EAA'

red 190 ◦ green 78 ◦ blue 170

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

Shades of Fuchsia #BE4EAA

Tints of Fuchsia #BE4EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.81%

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 43.38%
G = 17.81%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE4EAA (or 0xBE4EAA) is known color: Fuchsia. HEX triplet: BE, 4E and AA. RGB value is (190,78,170). Sum of RGB (Red+Green+Blue) = 190+78+170=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4EAA is #41B155. Grayscale: #797979. Windows color (decimal): -4305238 or 11161278. OLE color: 11161278.

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

Color convert

RGB 190 78 170 -
CMYK 0 0.59 0.11 0.25
HSL 310.71º 0.46% 0.53% -
HSV(B) 310.71º 0.59% 0.75% -
XYZ 31.22 19.3 40.11 -
YUV 121.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 190 78 170 0 0.59 0.11 0.25 310.71 0.46 0.53
Hex BE 4E AA 0 3B B 19 137 2E 35
Octal 276 116 252 0 73 13 31 467 56 65
Binary 10111110 1001110 10101010 0 111011 1011 11001 100110111 101110 110101

Color Harmonies of #BE4EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4EAA

Black with #BE4EAA

Text Example


Text Example

White with #BE4EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4EAA; }

 p { color: rgb(190,78,170); }

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

background-color css

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

 a { background-color: rgb(190,78,170); }

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

border-color css

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

 span { border-color: rgb(190,78,170); }

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