Html Css Color HEX #BE41A6 Fuchsia

📋 copy color: '#BE41A6'

red 190 ◦ green 65 ◦ blue 166

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

Shades of Fuchsia #BE41A6

Tints of Fuchsia #BE41A6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.44%

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

R = 45.13%
G = 15.44%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE41A6 (or 0xBE41A6) is known color: Fuchsia. HEX triplet: BE, 41 and A6. RGB value is (190,65,166). Sum of RGB (Red+Green+Blue) = 190+65+166=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE41A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE41A6 is #41BE59. Grayscale: #717171. Windows color (decimal): -4308570 or 10895806. OLE color: 10895806.

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

Color convert

RGB 190 65 166 -
CMYK 0 0.66 0.13 0.25
HSL 311.52º 0.49% 0.5% -
HSV(B) 311.52º 0.66% 0.75% -
XYZ 30.01 17.48 37.87 -
YUV 113.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 190 65 166 0 0.66 0.13 0.25 311.52 0.49 0.5
Hex BE 41 A6 0 42 D 19 138 31 32
Octal 276 101 246 0 102 15 31 470 61 62
Binary 10111110 1000001 10100110 0 1000010 1101 11001 100111000 110001 110010

Color Harmonies of #BE41A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE41A6

Black with #BE41A6

Text Example


Text Example

White with #BE41A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE41A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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