Html Css Color HEX #BE54A6 Fuchsia

📋 copy color: '#BE54A6'

red 190 ◦ green 84 ◦ blue 166

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

Shades of Fuchsia #BE54A6

Tints of Fuchsia #BE54A6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.09%

 BLUE value IS 166 (65.23% from 255) = 37.73%

R = 43.18%
G = 19.09%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE54A6 (or 0xBE54A6) is known color: Fuchsia. HEX triplet: BE, 54 and A6. RGB value is (190,84,166). Sum of RGB (Red+Green+Blue) = 190+84+166=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE54A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE54A6 is #41AB59. Grayscale: #7C7C7C. Windows color (decimal): -4303706 or 10900670. OLE color: 10900670.

HSL color Cylindrical-coordinate representation of color #BE54A6: hue angle of 313.58º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE54A6 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 84 166 -
CMYK 0 0.56 0.13 0.25
HSL 313.58º 0.45% 0.54% -
HSV(B) 313.58º 0.56% 0.75% -
XYZ 31.29 20.04 38.3 -
YUV 125.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 190 84 166 0 0.56 0.13 0.25 313.58 0.45 0.54
Hex BE 54 A6 0 38 D 19 13A 2D 36
Octal 276 124 246 0 70 15 31 472 55 66
Binary 10111110 1010100 10100110 0 111000 1101 11001 100111010 101101 110110

Color Harmonies of #BE54A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE54A6

Black with #BE54A6

Text Example


Text Example

White with #BE54A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE54A6; }

 p { color: rgb(190,84,166); }

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

background-color css

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

 a { background-color: rgb(190,84,166); }

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

border-color css

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

 span { border-color: rgb(190,84,166); }

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