Html Css Color HEX #BE41AA Fuchsia

📋 copy color: '#BE41AA'

red 190 ◦ green 65 ◦ blue 170

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

Shades of Fuchsia #BE41AA

Tints of Fuchsia #BE41AA

RGB

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

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

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

R = 44.71%
G = 15.29%
B = 40%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE41AA (or 0xBE41AA) is known color: Fuchsia. HEX triplet: BE, 41 and AA. RGB value is (190,65,170). Sum of RGB (Red+Green+Blue) = 190+65+170=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE41AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE41AA is #41BE55. Grayscale: #727272. Windows color (decimal): -4308566 or 11157950. OLE color: 11157950.

HSL color Cylindrical-coordinate representation of color #BE41AA: hue angle of 309.6º 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 #BE41AA is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 65 170 -
CMYK 0 0.66 0.11 0.25
HSL 309.6º 0.49% 0.5% -
HSV(B) 309.6º 0.66% 0.75% -
XYZ 30.38 17.63 39.83 -
YUV 114.35 159.41 181.96 -
System Red Green Blue C M Y K H S L
Decimal 190 65 170 0 0.66 0.11 0.25 309.6 0.49 0.5
Hex BE 41 AA 0 42 B 19 136 31 32
Octal 276 101 252 0 102 13 31 466 61 62
Binary 10111110 1000001 10101010 0 1000010 1011 11001 100110110 110001 110010

Color Harmonies of #BE41AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE41AA

Black with #BE41AA

Text Example


Text Example

White with #BE41AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE41AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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