Html Css Color HEX #BE59BE Fuchsia

📋 copy color: '#BE59BE'

red 190 ◦ green 89 ◦ blue 190

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

Shades of Fuchsia #BE59BE

Tints of Fuchsia #BE59BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 40.51%
G = 18.98%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE59BE (or 0xBE59BE) is known color: Fuchsia. HEX triplet: BE, 59 and BE. RGB value is (190,89,190). Sum of RGB (Red+Green+Blue) = 190+89+190=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE59BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59BE is #41A641. Grayscale: #828282. Windows color (decimal): -4302402 or 12474814. OLE color: 12474814.

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

Color convert

RGB 190 89 190 -
CMYK 0 0.53 0 0.25
HSL 300º 0.44% 0.55% -
HSV(B) 300º 0.53% 0.75% -
XYZ 34.1 21.81 51.13 -
YUV 130.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 190 89 190 0 0.53 0 0.25 300 0.44 0.55
Hex BE 59 BE 0 35 0 19 12C 2C 37
Octal 276 131 276 0 65 0 31 454 54 67
Binary 10111110 1011001 10111110 0 110101 0 11001 100101100 101100 110111

Color Harmonies of #BE59BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE59BE

Black with #BE59BE

Text Example


Text Example

White with #BE59BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE59BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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