Html Css Color HEX #BE56BE Fuchsia

📋 copy color: '#BE56BE'

red 190 ◦ green 86 ◦ blue 190

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

Shades of Fuchsia #BE56BE

Tints of Fuchsia #BE56BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.45%

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

R = 40.77%
G = 18.45%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE56BE (or 0xBE56BE) is known color: Fuchsia. HEX triplet: BE, 56 and BE. RGB value is (190,86,190). Sum of RGB (Red+Green+Blue) = 190+86+190=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE56BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56BE is #41A941. Grayscale: #808080. Windows color (decimal): -4303170 or 12474046. OLE color: 12474046.

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

Color convert

RGB 190 86 190 -
CMYK 0 0.55 0 0.25
HSL 300º 0.44% 0.54% -
HSV(B) 300º 0.55% 0.75% -
XYZ 33.86 21.32 51.05 -
YUV 128.95 162.46 171.54 -
System Red Green Blue C M Y K H S L
Decimal 190 86 190 0 0.55 0 0.25 300 0.44 0.54
Hex BE 56 BE 0 37 0 19 12C 2C 36
Octal 276 126 276 0 67 0 31 454 54 66
Binary 10111110 1010110 10111110 0 110111 0 11001 100101100 101100 110110

Color Harmonies of #BE56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE56BE

Black with #BE56BE

Text Example


Text Example

White with #BE56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE56BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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