Html Css Color HEX #BE59AA Fuchsia

📋 copy color: '#BE59AA'

red 190 ◦ green 89 ◦ blue 170

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

Shades of Fuchsia #BE59AA

Tints of Fuchsia #BE59AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.82%

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

R = 42.32%
G = 19.82%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE59AA (or 0xBE59AA) is known color: Fuchsia. HEX triplet: BE, 59 and AA. RGB value is (190,89,170). Sum of RGB (Red+Green+Blue) = 190+89+170=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE59AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE59AA is #41A655. Grayscale: #808080. Windows color (decimal): -4302422 or 11164094. OLE color: 11164094.

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

Color convert

RGB 190 89 170 -
CMYK 0 0.53 0.11 0.25
HSL 311.88º 0.44% 0.55% -
HSV(B) 311.88º 0.53% 0.75% -
XYZ 32.06 20.99 40.39 -
YUV 128.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 190 89 170 0 0.53 0.11 0.25 311.88 0.44 0.55
Hex BE 59 AA 0 35 B 19 138 2C 37
Octal 276 131 252 0 65 13 31 470 54 67
Binary 10111110 1011001 10101010 0 110101 1011 11001 100111000 101100 110111

Color Harmonies of #BE59AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE59AA

Black with #BE59AA

Text Example


Text Example

White with #BE59AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE59AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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